Home › Forums › Quform WordPress › Form Name –
I need the name of the form to appear inside the html code. It is a mandatory standard for my system to read submitted forms.
Example:
<form id="quform-form-ebfcb3" name ="form-name" ... >
How to do this?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Ok!
I will test with:
jQuery(function ($) { $('.quform-form-21').attr('name', 'landing-cotacao-aspen'); $('.quform-form-11').attr('name', 'landing-cotacao'); $('.quform-form-13').attr('name', 'landing-clubmed-europa'); $('.quform-form-17').attr('name', 'home-cotacao-m'); $('.quform-form-5').attr('name', 'home-cotacao'); });