I was contemplating trying to move the forms from V4 to V5, and so I tried to do an export from V4, but I get an error when I try to do that:
0 Call to undefined function ereg()
Hi fribse,
I believe that has been fixed in the latest version, if not I can do a fix when I am back at my desk on Monday.
The import to CFv5 is very basic and only brings in the form HTML It is better to use the two in parallel until you need to modify the forms. Both versions run on Joomla 3.5
Bob
Ok, I'll rebuild what I need in C5 then :-)
I've run into my first snag already.
In CFv4 I have an action called
email [GH]
Yes you guessed it, it's from you.
That does a better job of the old email action when it comes to sender settings, and it also has a conditional.
I don't see a conditional in CFv5 email action, so is there a new email [GH] action available, or can I use the 'event switcher' or something like that?
I'm using it for letting the user ask for at copy for himself in our contact form, and it's set as a checkmark (1 or 0).
Hi fribse,
I haven't rebuilt that one for CFv5 as Max added most of the extra functionality into the standard action.
To do the conditional send use an Event Switcher action with a single event called say send_email and add the Email action in that event.
Bob