Are you inserting the entries into the database?
What are you planning to do onSubmit?
No, this form will send an email containing the information entered by the user.
You could upload your php process file to the public html path, and then call that from the action on your form. Make sure the file is in your child theme.
You could build the process file as a template, and call that on your POST action. And / or add an action in the functions file of your child theme to process like this
Ok thank you.
Ok, I’ll recreate this topic there, thank you.