Hi,
In Connectivity in the frontend i click on "edit record". Then i get my form with the already submitted data. When I press the submit button the form goes back to Connectivity. In connectivity i would like to use the just submitted values in php. (How) Can I do that?
something like $_POST["name"]? (tried that but it returns nothing, maybe someone has some tips?)
the form used for edit has a onsubmit code to display the send data, but this one is ignored.
In Connectivity in the frontend i click on "edit record". Then i get my form with the already submitted data. When I press the submit button the form goes back to Connectivity. In connectivity i would like to use the just submitted values in php. (How) Can I do that?
something like $_POST["name"]? (tried that but it returns nothing, maybe someone has some tips?)
the form used for edit has a onsubmit code to display the send data, but this one is ignored.