So i'm trying to get a web form up and running. Cpanel comes preinstalled with a form i'm trying to use called FormMail Clone. It gives me the actual script address of "http://mydomain.com/cgi-sys/FormMail.cgi"
Now if I am not mistaken, that's what I'm supposed to put under the <form method="post" action="http://mydomain.com/cgi-sys/FormMail.cgi">
Then I want to send it directly to my email. And to that aren't I supposed to use <INPUT TYPE="hidden" NAME="recipient" VALUE="me@mydomain.com">.
When submitting the form i'm getting a page that says:
Form Submission Results
--------------------------------------------------------------------------------
tfa_submit: Submit
wf_name: test
wf_email: tesat
wf_address3: atesafdas
wf_telephone-kwobfx: fdas
wf_fax-pdehsq: atesat
wf_comments: fdasfsa
tfa_dbformid: 16816
tfa_dbcontrol: 88a371fcc3f76735a5448d26a095c766
----------------------------------------------
Now I understand I can go and tweak exactly what happens later, but for now I just want to get the forms submitting to my email. First of all is that possible or do I have to send it to some .txt on the server? And if I do that how am I supposed to retrieve it?
Sorry I'm trying to figure this out, 3 hours in and I need to ask a question.
Now if I am not mistaken, that's what I'm supposed to put under the <form method="post" action="http://mydomain.com/cgi-sys/FormMail.cgi">
Then I want to send it directly to my email. And to that aren't I supposed to use <INPUT TYPE="hidden" NAME="recipient" VALUE="me@mydomain.com">.
When submitting the form i'm getting a page that says:
Form Submission Results
--------------------------------------------------------------------------------
tfa_submit: Submit
wf_name: test
wf_email: tesat
wf_address3: atesafdas
wf_telephone-kwobfx: fdas
wf_fax-pdehsq: atesat
wf_comments: fdasfsa
tfa_dbformid: 16816
tfa_dbcontrol: 88a371fcc3f76735a5448d26a095c766
----------------------------------------------
Now I understand I can go and tweak exactly what happens later, but for now I just want to get the forms submitting to my email. First of all is that possible or do I have to send it to some .txt on the server? And if I do that how am I supposed to retrieve it?
Sorry I'm trying to figure this out, 3 hours in and I need to ask a question.