Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi charlest1008,

    I’ve described how to add a new field through custom coding in this post. You would need to repeat that process for each and every field you wish to integrate into the form.

    Thread Starter charlest1008

    (@charlest1008)

    Hi Boris,

    thanks for the info.

    Is there a way of adding a Drop Down or Pick List menu to allow users to select a value from a list if define?

    Similar to the “State” field on this page http://victoria.sysites.wpengine.com/subscribe-to-our-emailing-list

    Regards

    Yes, instead of an input field, you would need to add the select tag with pre-defined options there, like this:

    <select>
      <option value=\"ACT\">ACT</option>
      <option value=\"NSW\">NSW</option>
      <option value=\"NT\">NT</option>
      <option value=\"QLD\">QLD</option>
    </select>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additional fields for use with Interspire’ is closed to new replies.