How to set values while dragging usercontrol to a form

Posted by Community Admin on 03-Aug-2018 07:54

How to set values while dragging usercontrol to a form

All Replies

Posted by Community Admin on 26-May-2012 00:00

Hi,
I am doing a site in SF 5.  There are 2 contact forms. Same user control is used in both. The email notification should go to different address on submitting the forms. 
 When ContactForm1 is submitted, it should go to admin1@site.com 
and if ContactForm2 is submitted, mail should go to admin2@site.com.

Now I  have hardcoded these values in web.config. But the actual requirement is that
one should be able to provide the address while dragging the usercontrol to the placeholder in the form. ie at the time of setting the usercontrol to the contact form.

ie. the administrator should be able to set the values from the admin site without any need of changing the code in the usercontrol.
How can this be done. Please help.

This thread is closed