Tagged Questions
0
votes
1answer
49 views
Get value from db for custom contact form
I built my own contact form (no plugins) and want to have a secure way to get an emailadress from my option page. get_option and other built in WP stuff doesn't work from within my process.php file.
...
0
votes
2answers
129 views
Get Admin Email Address From External PHP page
I am setting up a "built in" contact form that I need to pull the administrators email address from an external php page.
For instance, my form action="path/to/process_form.php"
Within that ...
0
votes
2answers
135 views
Trying do build a contact form
I have some problem making my contact form work. The contact form should only be in one simple site. So i created two templates.
The first template only has the form.
The other one have the php code ...
0
votes
1answer
263 views
custom contact form no longer working (because of 3.2?)
Been trying to ask on Wordpress forums, but no hits. I'm hoping there are more people here that can help me.
My custom contact form page used to work, but for some reason, it results in a 404 error ...
4
votes
1answer
816 views
Contact form redirecting to page not found on send
I have a contact form that I used lot's of times before on other non WP sites but it doesn't seem to work on my current WP site, it just redirects you to a page not found.
I don't want to use any ...