I have a form. On submit my ALL server side php script processes the form data and changes it. After it changes it I would like it to repopulate the original form again with the changed data without having to rewrite the page. Is this possible?
Thank you.
Post, Clear Form, Process Data and Repopulate Form
Moderator: General Moderators
Re: Post, Clear Form, Process Data and Repopulate Form
Yes. Use AJAX to send the request, and fill the inputs with whatever data is sent back.