Email for on detail page

aje

Member
Hi
1. I have a list of dealers where you can click into detail page. How can i make an email for every dealers cantact form without maiking a form pr dealer ?

2. I have an email form to order catalogs. The form is on several pages as a modul. is it possible to store the url the form is sent from ?
 
1. I have a list of dealers where you can click into detail page. How can i make an email for every dealers cantact form without maiking a form pr dealer ?

Not sure what you mean by "an email for every dealers contact form".

You mean a "contact us" email link?

2. I have an email form to order catalogs. The form is on several pages as a modul. is it possible to store the url the form is sent from ?

Hmmm. You could try a calc element, set with "Calc on save only" as Yes, which does ...

Code:
return $this->app->input->server->get('HTTP_REFERER', '', 'string');

-- hugh
 
1. I have a list of every dealer with a detail page. when people go visit a dealers detail page i wich to have a email contact form to that specific dealer.
 
i wich to have a email contact form to that specific dealer.

By "specific", do you mean you need different labeling /wording on the form, but using the same elements. Like ...

"To contact Acme Ltd. please fill out this form"

I'm trying to establish how "specific" you need the form to be. For example, if it's just a slightly different intro, inserting the company name, or whether you need to show different elements with different options.

Do you want the email form embedded on the same page as the details view, or a link from the details view to a separate page?

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top