• Resolved shivatzion

    (@shivatzion)


    I have several select fields and would like the first option to be something like “select” as a placeholder. Currently the first of the options is automatically the chosen option, which is problematic, because this way we don’t know if the person really selected it himself or just skipped it.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    This is covered in the FAQ

    //Use different data for display and value passed to SF, require user to select something (assuming field is required)
    
    Select One: | name1:value1 | name2:value2
    Thread Starter shivatzion

    (@shivatzion)

    Thank you!
    Does it work the same way if the field is not required? Or will the lead fail to be created because it sends an empty field?

    Plugin Author Nick Ciske

    (@nickciske)

    Does it work the same way if the field is not required?

    In that it will submit a blank value vs the first value? Yes.

    Or will the lead fail to be created because it sends an empty field?

    If not submitting that causes a lead to not be created… that would seem to be a required field…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Placeholder for select field’ is closed to new replies.