When I use a "model" in my form so ChronoConnectivity can fill in the data and let me edit the form I can not get the data to show up in my confirmation emails.
I have included a snippet from the "Code" section of my form (I use the designer, this is the auto-generated code)
- - - - - The form asks for more information however the first name fails as effectively as everything else
My "email" in the "Setup" tab has the following snippet:
- - - - Again more information is emailed.
Note, I was playing with {last_name} just to see if I got something,, but it only works if I don't use the model in the design.
Also, I have -2- email actions, one to the team and another to the volunteer.
I'm open to ideas or that I missed something stupid. I looked through the forum, but really didn't see anything. (Actually the forum turned me on to the model to get ChronoConnectivity working at all).
Any help would be greatly appreciated!
Lew
I have included a snippet from the "Code" section of my form (I use the designer, this is the auto-generated code)
<div class="chronoform-container" id="chronoform-container-1">
<ul class="nav nav-tabs"><li class="active"><a href="#chronoform-container-2" data-g-toggle="tab">Contact</a></li><li><a href="#chronoform-container-3" data-g-toggle="tab">Volunteer</a></li></ul>
<div class="tab-content"><div id="chronoform-container-2" class="tab-pane active"><div class="form-group gcore-form-row" id="form-row-3"><div class="gcore-subinput-container" id="fitem-first_name"><label for="first_name" class="control-label gcore-label-left">Name</label>
<div class="gcore-input pull-left gcore-sub-input gcore-display-table" id="fin-first_name"><input name="Volunteers[first_name]" id="first_name" value="" placeholder="" maxlength="" size="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /><span class="help-block">First</span></div></div>
- - - - - The form asks for more information however the first name fails as effectively as everything else
My "email" in the "Setup" tab has the following snippet:
<fieldset>
<legend>Contact</legend>
<fieldset>
<legend>Name</legend>
<field>{Volunteers[first_name]}</field>
<field>{last_name}</field>
</fieldset>
- - - - Again more information is emailed.
Note, I was playing with {last_name} just to see if I got something,, but it only works if I don't use the model in the design.
Also, I have -2- email actions, one to the team and another to the volunteer.
I'm open to ideas or that I missed something stupid. I looked through the forum, but really didn't see anything. (Actually the forum turned me on to the model to get ChronoConnectivity working at all).
Any help would be greatly appreciated!
Lew
Hi Lew.
I don't know CFv5, in CFv4 the model format was {model_name.input_name} Have you tried that?
Adding a debugger may help see what the data entries are called.
Bob
I don't know CFv5, in CFv4 the model format was {model_name.input_name} Have you tried that?
Adding a debugger may help see what the data entries are called.
Bob
This topic is locked and no more replies can be posted.