Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
I recently installed Simple Form Saver and it is amazing for other tasks, but I need to fill in a pop-up textbox with comments depending on which checkbox I selected on the page. For example, when I check off checkbox cbNo1-22.6, I need to fill in a pop-up textbox on the page.
Is there a way to edit the script so that it will fill in a pop-up textbox with the information from a checked checkbox on the same page? If not, then could someone create script for this purpose?
Checkbox and Comment Box info:
input[type="checkbox"] + label
Comment Box example:
Format name [--default]::value
txtComment::null
Type of (name::value)
TEXTAREA
Example comment: 22. Candidate cleaned resident, but did not rinse.
I installed Simple Form Saver and it works very well.
Is there a way to edit the script so that it will fill in a pop-up textbox with the information from a checked checkbox on the same page?
Checkbox example:
input[type="checkbox"] + label
No
⚫ cbNo1-22.6—on:: off
Comment Box example:
Format name [--default]::value
txtComment::null
Type of (name::value)
TEXTAREA
I am thinking that when I check off checkbox cbNo1-22.6, for example, the script could either fill in the textbox on the page or fill in a generic floating textbox that I could copy and paste into another form.