Form Insert help
Form Insert help
- Started
- Last post
- 2 Responses
- YourClient
Hi, can you please steer me on the right direction.
I want to know how to insert data in a form's text field by clicking on a link or icon link.
Like: I have a text field and I want to add an "ADD PARAGRAHP" little icon to add a tag into the text field without the need to write it.
Thanks in advance!
- van_rijn0
in php
in the url just place your variables and then in the form inputs, place value="$variable"
should fill then
- YourClient0
A little bit more details would've been good, but thanks anyways!