A
A
Anton2018-02-27 08:22:06
PHP
Anton, 2018-02-27 08:22:06

How to save the entered values ​​in the fields if the page is reloaded?

I tried to use input value S_POST in the fields, but apparently I'm not using it correctly, or something else.
I tried it through a script, it saves sisyphus.min.js, but saves the entire form, and I don’t need to save all the fields in the form.
Suggest a solution.

<form name="add_my_ankete" id="add_my_ankete" 
action="/personal/order/make/process.php" method="POST" 
enctype="multipart/form-data">
<input id="fullname" name="ORDER_PROP_1"
 type="text"  required="required" 
placeholder="Ф.И.О"
value=""/>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey, 2018-02-27
@Azperin

localStorage

A
Alexander null, 2018-02-27
@snikes

cookies!?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question