Extended Use of Surveys / Training
In a custom survey, there's already an HTML "display" option. I would like to see the ability to use the <div id="repeat_start_rentals"> (and other database references) to build custom forms / questions that POST back to the lead (or... at a minimum.... make it into the email response).
This would allow flexibility in trainings and surveys that are rental item specific
Here's my application... but the right programming could expand this to other functionality for other users as they see fit. (btw.. this is NOT working code)...
<div id="repeat_start_rentals">
<div class="form">
<div class="checkbox_group_top">
<label class="group-label" for="checkbox_group">For the *rentalname* please check all that apply</label>
<div class="checkbox-group">
<div class="checkbox">
<input name="checkbox-group-1" id="checkbox-group-1" value="Wet" type="checkbox">
<label for="checkbox-group-1">Rolled While Still Wet</label>
</div>
<div class="checkbox">
<input name="checkbox-group-2" id="checkbox-group-2" value="Damaged" type="checkbox">
<label for="checkbox-group-1755973169333-1">Unit Sustained Damage During Event</label>
</div>
<div class="checkbox">
<input name="checkbox-group-3" id="checkbox-group-3" value="Sanitized" type="checkbox">
<label for="checkbox-group-3">Unit Was Properly Cleaned & Sanitized</label>
</div>
</div>
</div>
</div>
<div id="repeat_end_rentals" style="display:none;">
<br>
</div>
I didn't look at what your code looks like but you can create a matrix and I'm the field put %rentalname% then make each column, rolled wet, damaged, clean
Then your crew can check the ones that apply. This mimics what they already have but without the comment section. I'm not sure why, on this particular question they would need to select more than 1.
We've built a lot of custom reports/surveys and haven't really had an issue yet on what we're capable of.
I didn't look at what your code looks like but you can create a matrix and I'm the field put %rentalname% then make each column, rolled wet, damaged, clean
Then your crew can check the ones that apply. This mimics what they already have but without the comment section. I'm not sure why, on this particular question they would need to select more than 1.
We've built a lot of custom reports/surveys and haven't really had an issue yet on what we're capable of.
Replies have been locked on this page!