Hello,
I have a form used to insert only and I want to add a bottom to clear the values of all fields on the form, like to start over on it, but without reloadind.
Hopping anyone there to help, Many thanks.
Hello,
I have a form used to insert only and I want to add a bottom to clear the values of all fields on the form, like to start over on it, but without reloadind.
Hopping anyone there to help, Many thanks.
Re: ClearvFields
Hello sir,
The only way to do this is creating a field “Label” type and in Text area you wrote a link to the same app.
For example : <a href = ‘your_form.php’ target=’_self’>clean</a>
Regards