Is there a way to fill a wpcf7-form, from http address...lets say by javascript. I have a form in HTML with controls in wpcf7:
<span class="wpcf7-form-control-wrap text-700">
<input class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" type="text" aria-required="true" size="30" value="" name="NameText">
</span>
For example the web page address is www.example.com/examplefrom Is there a way to auto-fill the text in textfield by running something like: www.example.com/examplefrom;javascript::getElementByID.... I'm not a web developer,but i need to solve this issue...please help