This object is in archive! 

Variables Not Pulling Information

Dillon S. shared this question 5 years ago
Answered

When trying to use the *rentalcontract* variable as well as the *rentaloperateinst* variable on the contract, the information will not pull the proper information. It only writes it as plain text instead of actually auto filling the information we wish to pull. I'm confused as to how it is pulling the information and why it is showing as just the text "*rentalcontract*" and "*rentaloperateinst*". Any help is appreciated.

Comments (1)

photo
1

To print the list of rentals associated with the event, you must use a rental loop. Use any of the variables below inside a rental loop. We can help add it if you want to let us know which template and where.

Sample rental loop code:


			<div id="repeat_start_rentals"></div>
			*rentalname* *rentalqty*
			<br />
			<div id="repeat_end_rentals"></div>

Replies have been locked on this page!