Optional field as "select" in contract

Corey L. shared this question 9 months ago
Answered

e97d4d82cd745380695db2d45254532a

I added the above dropdown into my contract, but it's just a "dumb" select tool. Can I tie this to an optional field that then prints elsewhere throughout the system?

Here's my code for reference:


<label for="photos" style="font-size:9pt;display: inline;">Photos of this event </label>

<select id="photos" style="font-size:9pt; border:none; background-color: yellow;display: inline;">
<option style="font-size:9pt;" value="NO">may NOT be shared</option>

<option selected="" style="font-size:9pt;" value="YES">may be shared</option>

</select>

Comments (1)

photo
1

If you want optional field information to be gathed and then printed with it's variable on other templates then you will need to gather the information on the quote page.

photo
1

Thank you Susan. How do I setup a select / dropdown (or a radio button) for this on the quote page?

photo
1

You would create in the Settings-->Optional Fields and when you are creating it there is an option to add it to the checkout page by the click of a button. See this article on creating custom questions for you checkout page. When you create these a custom variable is created which can then be used in your templates where you want that info to display.

photo
Leave a Comment
 
Attach a file