Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello,

I would like to achieve this: e-mail form where visitor of the site writes his email and that will be used
<cms:send_mail from=HERE instead of k_mail_from.

Is something like that possible with cms:form? I will be really glad if somebody can help me with this one.

Thanks :)
One is free to use any value for the 'from' parameter.

Suppose the form has a field named 'email' that is used by visitors for inputting their addresses.
Upon successful submission of the form, the value of the mentioned field would be made available to us as a variable named 'frm_email'.
We can now use this as the 'from' parameters value to get what you wanted -
<cms:send_mail from=frm_email ...

Hope this helps.
2 posts Page 1 of 1
cron