I have following input type
<input id="crp-project-title" class="crp-project-title" type="text" placeholder="Enter project title" value="EXTERIOR" name="project.title">
Its value is value="EXTERIOR"
. I want to fetch the value and store in a variable. I am not getting any idea regarding this. I am trying to modify plugin (career portfolio) according to my project and its part of that.
Your html form:
Your Php form processing page (process.php):
This is front end code, if you are trying to move front end data to server side it must pass through the server. i.e. $_POST…
now you can either do this with AJAX / PHP or PHP / HTML only