Hi,
I am using the same form for 10 different articles. I need the form to be sent containing some field wich has the article name or the url. I suspect sending the current url would be easier, and for me is enough because I can identify article with the url.
Some guy here know how can I do this?
I am using the same form for 10 different articles. I need the form to be sent containing some field wich has the article name or the url. I suspect sending the current url would be easier, and for me is enough because I can identify article with the url.
Some guy here know how can I do this?
huim... I did try to search both in forum and google, no success. Could not find any information about that...
Hi, put a hidden field in your form code and get its value in the email template, the hidden field code should have the value:
Regards
Max
<?php echo $MyForm->selfURL(); ?>
Regards
Max
This topic is locked and no more replies can be posted.