I just upgraded to 2.1 and I am not receiving the email after I submit my forms. I did not change anything within the ChronoForms Forms Management area; I just uploaded the new files via FTP to the server. Is there some configuration change I need to make to have the email sent? The forms were working fine before the upgrade. Also, another issue, when I test the forms and enter the wrong image verification code, it resets my forms. I thought that this version was supposed to correct this problem?
Forums
Issues with upgrade to 2.1
Hi drcleave,
I don't remember the specifics of the 2.1 upgrade now. I think that there may have been a database change. I'll have a look back in the forums later.
I also don't recall if there was a fix for the ImageValidation problem. The easy solution is to add values on your form:
Bob
I don't remember the specifics of the 2.1 upgrade now. I think that there may have been a database change. I'll have a look back in the forums later.
I also don't recall if there was a fix for the ImageValidation problem. The easy solution is to add values on your form:
<input name='name' value='<?php echo $_POST['name']; ?>'>
This should pick up any previously entered value.
Bob
I have reverted back to version 1.7 and I am now receiving the emails. I followed your instructions for inserting the value code into my form fields, but that does not work. I have
My form is using the default ChronoForm code for the form action:
<input size="60" name="Item_Title" value='<?php echo $_POST['Item_Title']; ?>' />
but if I enter an invalid security image, this field returns blank.My form is using the default ChronoForm code for the form action:
<form name="ChronoContact_Suggest_Purchase" method="post" action="index.php?option=com_chronocontact&task=send&chronoformname=Suggest_Purchase" onSubmit="return valFrm()">
This topic is locked and no more replies can be posted.