I have almost the same problem. I have cforms2 ver. 14.12.
I have form with two parts but when I click on ‘Continue’ button after submiting all requested fields in first form, page is only reloaded – probably with error notification (because there is /#usermessage2b in the end of URL) but it doesn’t appear. And it really sucks especially when it’s not allowed to check “Do not reset input fields” when you’re building multipart-form.
I’m trying to fix it second day but I have no idea what to do. Can anybody help me please?
I’ve already solved this problem – there was accidentally turned on HTTPS on the page.
@waschneider1 Did you select the right form on each of the forms’ multi-part options?
@morbidcuriosity I do not know what HTTPS would have to do with that. Can you explain?
@bgermann
Yes, definitively.
I’ve created the form and tested it version by version until I reached version 14.8, where my form – without any changes – worked fine.
@bgermann I’m not sure, but we have WordPress HTTPS plugin installed on our WP. At first I set HTTPS on the page with cforms2 form and multipart function didn’t work. When i turn HTTPS settings on page with form off, it started work.
Just to be sure: Is 14.8.1 or 14.9 the first version not to work?
@bgermann
Just checked it:
First version to work: 14.8.1
First version not to work: 14.8.2+
Also I checked the most recent version (14.12.1) -> does not work neither.
Btw it does not matter whether I create a new multipartform per version from scratch or stay with my form which works @14.8.1.
Can you please try this version?
If that does work, please also try this one.
@bgermann
Checked your first version but unfortunately it does not work. (the second link neither..)
Do you need a link to the website or so?
Here you go:
Dev version with cforms from your link (first link) (first form redirects to second form, second form redericts to first form..)
Live Version with 14.8
That is a great form by the way. Do you use custom form code?
Thanks π
What do you mean by “custom form code”?
The form-fields are mostly just images and designed with css. Plugin is untouched, so that plugin updates can be implemented without destroying the functionality.
In the live version the only thing I customized in cforms php files was some bug which made 14.8 not working with recent WordPress versions (WP backend was not loading correctly).
I see you use an old JavaScript from cformsII 14.6 or older: http://www.voltaik-check.de/js/form.js
That could be the problem. Why do you use it?
ehhmm..
cause I’m somehow addicted to clean sourcecodes (and clean paths..) … π
At all my used Plugins I use some functions in functions.php (@cforms it’s an option @ Backend) to surpress the plugins from loading Scripts by default.
Cause I’m doing this since ever, I guess, the old forms.js comes because I’ve never updated it….
Do you think that’s the reason for my multi-part problem?