PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Static text / Address Details

  1. connan
    Member

    Contact Form setup at:

    http://www.worlddayofprayeraustralia.org/contact

    Is there a way of including a section/box of text, to the right of the drop-down list for the ContactPerson/Committee, to display a physical and/or postal address that is determined by what drop-down option is selected?

    Thanks.

    Posted 13 years ago on Wednesday July 27, 2011 | Permalink
  2. How many options are there in the drop-down list? You could add an HTML field for each option and use conditional logic to show/hide that HTML field. Then you can use the CSS Ready Classes to position the drop down and the HTML fields so they are side by side. You would assign the same CSS Ready Class to each of those HTML fields because only one of them would be displayed at a time.

    CSS Ready Class documentation can be found here:

    http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes

    They can be used to position fields side by side.

    Posted 13 years ago on Wednesday July 27, 2011 | Permalink