hi,
Wath's the equivalent of tvout=view for CC6 and tvout=ajax for CC5 please?
Chris
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Yes in v7
with tvout=view
the page should return 1 if email exist
but it returns this
<div id="verification_index" class="ui container fluid form chronopage"><form action="https://www.siteweb.fr/index.php?option=com_chronoforms7&cont=manager&chronoform=verification&email=webmaster%siteweb.fr&tvout=view&gpage=index" method="post" id="verification-index" class="ui form G3-form" data-vmsgs="inlinetext" enctype="multipart/form-data" data-subanimation="1">
<input type="hidden" name="__cf_token" data-ghost="1" data-cftoken="1" value="04e48c7a-fc66-4582-afae-c433e123bbea" /></form></div>
this is not empty....
try to use this code in a PHP action:
echo 1;
exit(); // or die();
does it work ?
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?