Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #959503

    I want to add checkboxes to a multiple questions on a contact form, but the Checkbox feature only allows for one item. And I need the users to be able to check more than one option for each question. The Select Element feature forces someone to click on them… but it’s hard to use and I don’t like how it looks.

    Is there a way to do this without a form plugin?

    #959515

    Hey allyson3,
    Try using the “Custom HTML” element in the form for your question headings, then use the check boxes below.
    2018-05-20_162537
    Test with this Avia Layout Builder Debug code:

    [av_contact  (Email address hidden if logged out) ' title=' WANT A FREE DESIGN CONSULTATION?' button='Submit' on_send='' sent='Your message has been sent!' link='manually,http://' subject='' autorespond='' captcha='' form_align='' color='' av_uid='av-jhf9q49b' custom_class='' admin_preview_bg='']
    [av_contact_field label='First Name' type='text' options='' check='' width='element_half' av_uid='av-rewm87'][/av_contact_field]
    [av_contact_field label='Last Name' type='text' options='' check='' width='element_half' av_uid='av-ozdol3'][/av_contact_field]
    [av_contact_field label='E-mail' type='text' options='' check='' width='element_half' av_uid='av-oo80pj'][/av_contact_field]
    [av_contact_field label='Phone' type='text' options='' check='' width='element_half' av_uid='av-mngul3'][/av_contact_field]
    [av_contact_field label='How do you prefer to be reached? (you can select more than one) ' type='html' options='' check='' width='' av_uid='av-k63gyv']
    How do you prefer to be reached? (you can select more than one)
    [/av_contact_field]
    [av_contact_field label='Phone' type='checkbox' options='' check='' width='element_third' av_uid='av-1x07gn'][/av_contact_field]
    [av_contact_field label='E-mail' type='checkbox' options='' check='' width='element_third' av_uid='av-i04z0n'][/av_contact_field]
    [av_contact_field label='Text Message' type='checkbox' options='' check='' width='element_third' av_uid='av-g1k193'][/av_contact_field]
    [av_contact_field label='Which type of order are you inquiring about? Please select all that apply.' type='html' options='' check='' width='' av_uid='av-e08xjb']
    Which type of order are you inquiring about? Please select all that apply.
    [/av_contact_field]
    [av_contact_field label='Individual' type='checkbox' options='' check='' width='element_third' av_uid='av-cauhx3'][/av_contact_field]
    [av_contact_field label='Team' type='checkbox' options='' check='' width='element_third' av_uid='av-amxv13'][/av_contact_field]
    [av_contact_field label='Club' type='checkbox' options='' check='' width='element_third' av_uid='av-8xdfd3'][/av_contact_field]
    [av_contact_field label='Organization' type='checkbox' options='' check='' width='element_third' av_uid='av-83bgqv'][/av_contact_field]
    [av_contact_field label='Special Event' type='checkbox' options='' check='' width='element_third' av_uid='av-5opyt3'][/av_contact_field]
    [av_contact_field label='Something Else' type='checkbox' options='' check='' width='element_third' av_uid='av-4wj3bb'][/av_contact_field]
    [av_contact_field label='If you answered Something Else, please describe your needs in as much detail as possible.' type='text' options='' check='' width='' av_uid='av-2aw1af'][/av_contact_field]
    [/av_contact]
    
    

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.