Extended Use of Surveys / Training

Corey L. shared this idea 21 days 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
1

277a85b25d9eee95ac5154b7c747f004

Perhaps I didn't do something right?

photo
2

Yeah, I think it's the variable. Let me get to the office and I'll share what I have.

photo
1

I figured it out... and found a new problem...

Use the %eventrentals% variable.

However, the Choice Matrix only allows one choice per row (radio button). I'd prefer a "check all that apply"..


I'll keep messing with it :-)

photo
1

That's not possible.

photo
1

Well, poo.

Lol... I'll work with it. Any idea on how to add a comment column (like in the default event report) into a matrix?

photo
1

Only IO can do it .

photo
1

Okay. Got it close enough (for now anyway).... Is there any way to turn it into a QR code and print it on a packing list?

photo
1

A link to the survey?

photo
1

QR Code to the survey. Took a bit but I got it. Had to use the HTML codes for special characters in the link. The standard *manager_report_link* wouldn't work.

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