SOLVED

Form 2.0 Select Default Not Working

Go to solution
Venus_Wills
Level 4

Form 2.0 Select Default Not Working

I'm using a select field for a yes/no question in my form. I want the default to be "Select" and the radio button next to "Select" is checked. The form looks correct in editor, but when I view it on the live landing page, it always defaults to No. However, if I add a random third value in addition to Yes and No, the default value is Select. Please help!

Form in editor mode:

0EM50000000RcGB.jpg

Form on landing page:

0EM50000000RcGG.jpg


Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Form 2.0 Select Default Not Working

This should help!

Click on "edit" then "advanced editor" and paste in the following - 

No|No

Yes|Yes|selected

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Form 2.0 Select Default Not Working

This should help!

Click on "edit" then "advanced editor" and paste in the following - 

No|No

Yes|Yes|selected

 

Josh_Hill13
Level 10 - Champion Alumni

Re: Form 2.0 Select Default Not Working

You can also just remove "Selected" from the regular select editor. That removes "Select"
Venus_Wills
Level 4

Re: Form 2.0 Select Default Not Working

@Vikki - That worked - thanks so much! What's the logic behind it?

@Josh - I actually wanted the drop-down to show Select as the default, but it keeps showing No as the default on my landing page.