First, I gotta say this is my favorite mod. The help I received in this forum to do some posting to current forums and such was phenomenal. Thank you.
I am working on an upgrade for our current site which is running vB 4.1.2 PL2 and Easy Forms 4.2.5 and am testing it all out on another server. I've installed vB 4.1.7 and Easy Forms 4.3.0, then imported the forms from my main site.
First issue -- I use the custom form output with the following info on my current site:
PHP Code:
[B]{qn_restaurant}: [SIZE=4]{qo_restaurant}[/SIZE][/B]
[B]{qn_date}: [/B]{qo_date}
[B]{qn_contact}: [/B]{qo_contact}
[B]{qn_phone}: [/B]{qo_phone}
[B]{qn_email}: [/B]{qo_email}
[B]{qn_url}: [/B]{qo_url}
[B]{qn_city}, {qn_state}: [/B]{qo_city}, {qo_state}
[B]{qn_location}: [/B]{qo_location}
[B]{qn_recommend} [/B]{qo_recommend}
[B]{qn_comments}: [/B]
{qo_comments}
<vb:if condition="$q[24]!=''">[HIDE]{qo_private}[/HIDE]</vb:if>
It works perfectly on my main site, but on the test site with the new versions, some of the questions and answers are not properly referenced if I don't use the question number instead of the reference name. Nothing I can't deal with, but it might bite others who migrate over as well.
Second issue -- The other odd issue is on several occasions during testing the browser (firefox) popped up and warned me about leaving the page when I click either the submit or preview button. It doesn't occur every time, but I haven't pinned this issue down yet.