email form and redirect depending on the value of a variable

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

btw. where do i find the HTML code for the email form ? i want to replace the system "send" button with my own button.
Ich sagte doch: ich geh nie wieder in den Bau.
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Fill in the word you need in content part - there is a field ("button text") for this.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
mtjmohr
Posts: 22
Joined: Fri 26. Dec 2003, 18:54
Location: Regensburg
Contact:

Post by mtjmohr »

So, in other words, the workflow runs like this:

- definition of variables in "act_formmailer.php" as done above;
- data entry in email form;
- redirect from email form to another php script with all variables contained;
- checking for the variables and sending the "heaeder("..."); statement;

is this the correct way?

Best wishes


Markus
derD
Posts: 52
Joined: Sat 15. May 2004, 04:57
Location: Barcelona
Contact:

Post by derD »

yeah. but i wanted to replace the whole button with my own graphic for the button.
Ich sagte doch: ich geh nie wieder in den Bau.
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

then create your form by using static html ;-)

This is still available.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply