How to 'Dynamic To' Email address.

darkchild 16 Aug, 2011
Hi there,

Been using chronoforms for about 2 years now and have barely had to touch it. I haven't upgraded to the latest chronoforms as i just imported my old forms onto a new company website I made.

However, currently I am a bit stumped about how to do the following:

I am using chronoforms as an online job application and one of the questions is which care home are u applying for. There then follows a checkbox where the user can tick 1 or more homes that they wish to apply for. Below is the form code for that section

<div class="form_item">
  <div class="form_element cf_checkbox">
    <label class="cf_label" style="width: 150px;">Care Home Applying For:</label>
    <div class="float_left">
      <input value="Beechlands" title="" class="radio validate-one-required" id="check60" name="check60[]" type="checkbox" />
      <label for="check60" class="check_label">Beechlands</label>
      <br />
      
<input value="Elm Tree" title="" class="radio validate-one-required" id="check61" name="check60[]" type="checkbox" />
      <label for="check61" class="check_label">Elm Tree</label>
      <br />
      
<input value="Poplars" title="" class="radio validate-one-required" id="check62" name="check60[]" type="checkbox" />
      <label for="check62" class="check_label">Poplars</label>
      <br />
      
<input value="Ramsey Manor" title="" class="radio validate-one-required" id="check63" name="check60[]" type="checkbox" />
      <label for="check63" class="check_label">Ramsey Manor</label>
      <br />
      
<input value="Scarletts" title="" class="radio validate-one-required" id="check64" name="check60[]" type="checkbox" />
      <label for="check64" class="check_label">Scarletts</label>
      <br />
      
<input value="Trippier House" title="" class="radio validate-one-required" id="check65" name="check60[]" type="checkbox" />
      <label for="check65" class="check_label">Trippier House</label>
      <br />
      
<input value="Well House" title="" class="radio validate-one-required" id="check66" name="check60[]" type="checkbox" />
      <label for="check66" class="check_label">Well House</label>
      <br />
      

    </div>


What I want to do is to have the form emailed to the email addresses of the homes depending on what boxes are ticked. E.g. if the user ticks on Trippier House and Scarletts, I wish for the completed form to be sent to the email addresses for those homes. I am just unsure of what code to enter and where to enter it and then what to put in the Dynamit To box in email setup.

Hope someone can help me.

Thanks in advance.
darkchild 17 Aug, 2011
bump

anyone able to help out?
GreyHead 17 Aug, 2011
Hi darkchild,

Please see FAQ #31

Bob
This topic is locked and no more replies can be posted.