Posts

Showing posts with the label Contact Form 7

Pass Inputted Values from Form 1 to Form 2 Using Contact Form 7

Image
Submit data from one form to other form contact form 7 Pass Values From One Form To Another with Contact Form 7 Dynamic Text Extension How To Get Value from the first Form to Another Form Contact Form 7 This tutorial is created by BRYIZZ07 Tutorial which gives you a simple solution how you can pass value from 1 form to 2nd form. So for example you have to pages to use for your 2 forms, and this are; yoursite.com/form1 and yoursite.com/form2 Form 1: In the first form, you will need a non-contact form 7 form built in html so it should look like this below. <form class="form-inline" action="/form2/" method="GET"><label class="sr-only" for="inlineFormInputName2">Postcode</label> <input id="inlineFormInputName2" class="form-control mb-2 mr-sm-2" name="post_code" required="" type="text" placeholder="Enter Your Postcode" /> <button class="btn btn-prim...