Extended Use of Surveys / Training

Corey L. shared this idea 38 hours ago
New

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>

Comments (1)

photo
1

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.

photo
1

In the matrix, if I use %rentalname% will it automatically create a comprehensive list of the units on the lead? I didn't think it worked that way.

photo
1

Yeah, I believe so. I could be wrong in the variable. But I've done it. What you can't add is a comment box like they have on a manager report.

photo
Leave a Comment
 
Attach a file
You can't vote. Please authorize!