S
|
salus1DevClub member 1/19/2021 |
Where does the form currently POST the name and address information to? |
P
|
PaulM author 1/19/2021 |
Where does the form currently POST the name and address information to?
|
S
|
salus1DevClub member 1/19/2021 |
Submitting to e-mail not ideal, can be done but involves adding e-mail parsing logic. |
![]() |
Admin 1/20/2021 |
Just use Wordpress template and create your own form in PHPRunner that would save the data in the database. |
S
|
salus1DevClub member 1/20/2021 |
Because there's a boatload of existing forms of all types out there that can POST to PHP scripts that sanitize and insert data into databases that PHPRunner can then work with. |