-
Closed
-
I use JavaScript to dynamically change certain content of my pages depending on the URL the visitor used to enter my site. For example:
– kate.powerofaloe.com opens “Contact Us” page with Kate’s phone number.
– john.powerofaloe.com opens “Contact Us” page with John’s phone number.
I use the following line of code: <script>javascript:document.write(getParamValue(‘phone’));</script>
QUESTION: Where can I add this code for the Contact Page so that the form generates an email to either Kate or John? Thank you.
The topic How to dynamically replace email addresses in contact form? is closed to new replies