Search the Community
Showing results for tags 'contact form'.
-
Hi Guys im using Processwire 2.7.2 and still discovering the platfom. is it possible to store all the submitted email in a one page table instead of each page for each submitted email ? Looking forward to hear your thoughts
- 42 replies
-
- contact page
- contact form
-
(and 1 more)
Tagged with:
-
h
- 1 reply
-
- contact form
- php
-
(and 3 more)
Tagged with:
-
<?php namespace ProcessWire; $form = $modules->get('FormTemplateProcessor');$form->template = $templates->get('book-now'); // required $form->requiredFields = array('title', 'email', 'number','body'); //$form->email = 'your@email.com'; // optional, sends form as email $form->parent = $page('tem...
-
I created a template where I am rendering this php file where I am saving contact quires in a template and it is working fine in homepage. I used my same code in another page on a same project by creating another template and rendering another file but I am receiving this error again and again,...
-
Hi. I have a contact page form that collects user queries in the usual manner and when validation is ok it does a method = post with action = contact-form.php to execute the sending of mail from the server. This is all fine and works well, but when the sending is done, I would like a landing pa...
- 3 replies
-
- contact form
- post
-
(and 1 more)
Tagged with:
-
Hi everyone I would need help with my contact/order form. What I have so far: functioning contact form with name, email, adress, etc. When clicking send, another php site opens and says "thank you" and an email ist generated and sent off. What I want to have: Can I send the email off witho...
- 5 replies
-
- contact form
- formmailer
-
(and 2 more)
Tagged with:
-
Hey, I've a problem,witch i cant solve by myself so I hope you have any ideas what to do: I want to use FormTemplateProcessor here are my settings: A template called contact_form with two fields - contact_mail and contact_text - no template file associated. A template called contact with stan...
- 3 replies
-
- Contact Form
- Form
-
(and 1 more)
Tagged with: