<![CDATA[ thankyou page shows no data in eform 1.4.6 on evo 1.0.15 - My Forums]]> https://forums.modx.com/thread/?thread=99617 <![CDATA[Re: thankyou page shows no data in eform 1.4.6 on evo 1.0.15]]> https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538783 Jako Feb 25, 2016, 03:11 PM https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538783 <![CDATA[Re: thankyou page shows no data in eform 1.4.6 on evo 1.0.15]]> https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538757 universal_next Feb 25, 2016, 01:15 AM https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538757 <![CDATA[Re: thankyou page shows no data in eform 1.4.6 on evo 1.0.15]]> https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538740
Here is one approach to solve that: http://forums.modx.com/thread/71885/solved-how-to-pass-eform-values-to-the-gotoid-page]]>
Jako Feb 24, 2016, 02:37 AM https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538740
<![CDATA[thankyou page shows no data in eform 1.4.6 on evo 1.0.15]]> https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538739 Everything else is working.
I use eform 1.4.6 on evo 1.0.15

Here is my call
[!eForm? &formid=`contactInquire` &to=`newuser@localhost` &tpl=`contactForm` &report=`contactReport` &thankyou=`contactThanks` &vericode=`1` &gotoid=`10` &subject=`Inquire about products` &sendAsHTML=`1` &noemail=`0` &isDebug=`0` &protectSubmit=`0`!]


Here is my thankyou chunk
<ul id="contactThanks">
	<li class="benennung">First name</li><li class="tboxReport">[+firstname+]</li>
	<li class="benennung">Family name</li><li class="tboxReport">[+familyname+]</li>		 
	<li class="benennung">Street</li> <li class="tboxReport">[+street+]</li>
	<li class="benennung">P.O.Box / Post Code</li> <li class="tboxReport">[+pobox+]</li>		 
	<li class="benennung">Place / Town</li> <li class="tboxReport">[+place+]</li>
	<li class="benennung">Country</li> <li class="tboxReport">[+land+]</li>
	<li class="benennung">Phone</li> <li class="tboxReport">[+phone+]</li>
	<li class="benennung">Email</li> <li class="tboxReport">[+email+] </li>  
	<li class="benennung">File</li> <li class="tboxReport">[+attachment+] </li> 
<div class="clear"></div>
</ul>
]]>
universal_next Feb 24, 2016, 01:48 AM https://forums.modx.com/thread/99617/thankyou-page-shows-no-data-in-eform-1-4-6-on-evo-1-0-15#dis-post-538739