Page 1 of 1

Inquiry about Function

Posted: Thu Aug 18, 2022 6:46 pm
by Williams
Hello Everybody,

just wondering if there's any feature or extension could work to achieve like attached picture

Image

Ref Website https://blueelitecleaning.com/cleaning-checklist/

This function works when someone clicks on this link so he can choose one or more from these services, and the selected services will be shown in form result mail.

Re: Inquiry about Function

Posted: Thu Aug 18, 2022 8:19 pm
by Pablo
The URL does not work for me, so I cannot see how it was implemented.
But I do not think this is standard HTML functionality so you may need to create a script for this.

Re: Inquiry about Function

Posted: Thu Aug 18, 2022 8:40 pm
by BaconFries
As Pablos reply I to couldn't access the url at first and had to use a vpn. Looking at the page and onselecting the image(s) they become highlighted. So in principal they are simply acting as a checkbox. It may be possible using events to achieve or seek a custom script.
See the following although not exactly as the url in principal it similar
http://jcuenod.github.io/imgCheckbox/
or
https://iqbalfn.github.io/bootstrap-image-checkbox/

Re: Inquiry about Function

Posted: Thu Aug 18, 2022 9:33 pm
by Williams
Thank you guys for the quick reply...

@ BaconFries, that's exactly what I'm looking for
https://iqbalfn.github.io/bootstrap-image-checkbox/ (Image Checkbox).
Is there any ways to achieve this thru WWB!! and how to get the selected images in form result email??

Thank you very much for your time..

Re: Inquiry about Function

Posted: Fri Aug 19, 2022 6:10 am
by Pablo
You can add third party code via the HTML object.
https://www.wysiwygwebbuilder.com/add_html.html

If you place the code inside of a standard form then the result will automatically be emailed.

Re: Inquiry about Function

Posted: Sat Aug 20, 2022 5:31 pm
by Williams
Thank you guys for your support.. I've made like a picture with checkbox on it as BaconFries said.. and this works for me..
Many Thanks... :wink: