Create the contact form interface
    Create the contact form interface and integrate it with the NetLogic.
- In theProject viewpane, expand theUIfolder.
- Create labels:- Create four labels by right-clickingMainWindow (type)and selecting .
- Rename the labels by hovering-over each label, selecting, and entering: - ContactForm
- EmailLabel
- SubjectLabel
- BodyLabel
 
- SelectContactFormand in thePropertiespane, in theTextproperty, enterContact Form.
- SelectEmailLabeland in thePropertiespane, in theTextproperty, enterEmail.
- SelectSubjectLabeland in thePropertiespane, in theTextproperty, enterSubject.
- SelectBodyLabeland in thePropertiespane, in theTextproperty, enterBody.
 
- Create text boxes:- Create three text boxes by right-clickingMainWindow (type)and selecting .
- Rename the text boxes by hovering-over each text box, selecting, and entering: - EmailBox
- SubjectBox
- BodyBox
 
 
- Create the Send button:- Right-clickMainWindow (type)and select .
- Hover-over the button, select, and enter SendButton. SendButton.
- In thePropertiespane, in theTextproperty, enterSend.
- In theEvent view, next toMouseClickEvent, selectand select . 
- Create dynamic links between:- replyToAddressand .
- mailSubjectand .
- mailBodyand .
 For more information about dynamic links, see Create dynamic links.
 
- Arrange the interface elements.

Fornire un feedback