Newbie

H

Hector R. Barrera

When i click submit on my form i want to return a red label that says *Error
Name Required if they leave the Choose your name drop down list untouched.
 
G

Greg Collins [InfoPath MVP]

You can do this using rules with conditions, or with code.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


When i click submit on my form i want to return a red label that says *Error
Name Required if they leave the Choose your name drop down list untouched.
 
H

Hector R. Barrera

Greg,

Should i add the function at the submit button or at the drop down list
control?




"Greg Collins [InfoPath MVP]" <gcollins_AT_msn_DOT_com> wrote in message
You can do this using rules with conditions, or with code.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


When i click submit on my form i want to return a red label that says *Error
Name Required if they leave the Choose your name drop down list untouched.
 
G

Greg Collins [InfoPath MVP]

Since you said that you wanted this message to appear when the user clicks submit, you should add the code to the submit button.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


Greg,

Should i add the function at the submit button or at the drop down list
control?




"Greg Collins [InfoPath MVP]" <gcollins_AT_msn_DOT_com> wrote in message
You can do this using rules with conditions, or with code.

--
Greg Collins [InfoPath MVP]
Visit http://www.InfoPathDev.com


When i click submit on my form i want to return a red label that says *Error
Name Required if they leave the Choose your name drop down list untouched.
 
Top