Hi expert!
I try to make my simple 2 pages forms working. After filling up the first page then clic next, the page only refresh itself clearing the fields data.
I try with a single page form, the "submitted text" never apear (the form only refresh itself clearing the data)
any idea?
Another thing, umbraco form 4.0.0 tell me that a new version is avalaible (4.0.0 build 102) when I click on "download and install" the waiting bar start moving but after 10 min, nothing else append.
I too get the upgrade notifcation button on the contour page, but when clicking it nothing happens - you just get a progress bar that continues for ever. It'll be interesting to see the response to your query and if a fix is available.
when I try with "normal way" of umbraco with a default Template all work good.
With custom model, controller, if I remove the sendEmail in my workflow then fill up the form, the page refresh but do not show the "thank you" message. The form data result is saved in the backend like expected.
Umb 7.2.1 First time with Forms. Just bought a licence. Dashboard says, "There is new version available" (apart from the fact there's an "a" missing) when I update, it just says "Downloading and upgrading forms..." and shows a loading animation that never stops, even after 30 mins.
I need to get going on some urgent work so is there really a new version and how long should it take to download and upgrade? Or should we just ignore it?
I found it was too difficult to use for a single field newsletter sign up form (in a site footer) so built my own mvc version writing to a csv file. It was fine for the main site contact form though. Unfortunately it's not as easy for editors to get the newsletter sign up info as they have to FTP the csv file back. Also there's now a disconnect between signing up in the Contact form and anywhere else. Pity really. Hopefully they'll simplify the set up as it is quite involved behind the scenes.
Form not working with umbraco 7.2
Hi expert! I try to make my simple 2 pages forms working. After filling up the first page then clic next, the page only refresh itself clearing the fields data.
I try with a single page form, the "submitted text" never apear (the form only refresh itself clearing the data)
any idea?
Another thing, umbraco form 4.0.0 tell me that a new version is avalaible (4.0.0 build 102) when I click on "download and install" the waiting bar start moving but after 10 min, nothing else append.
thank
I too get the upgrade notifcation button on the contour page, but when clicking it nothing happens - you just get a progress bar that continues for ever. It'll be interesting to see the response to your query and if a fix is available.
Paul
@Tim - are you still responding to tech support requests?
@PierreD, do you have Session state enabled on the site?
following
Sorry for the late reply. I was Learning how to use the very usefull Marchello addons.
In my web.config I got that on session state:
it is correct?
Looks right.
I haven't got any other really good suggestions, then.
How do you render the form? Macro or custom razor?
Comment author was deleted
@Pierre any change you can share a backup of that site so I can test locally?
@Richard yes but I was in parental leave so catching up with everything now :)
Yes in a macro in the RichTextEditor.
@Tim I can try, but I need to find a way to move SQL database to a local database.
OK, I do another test with small project. I think the problem come because à use custom Model and custom controllers form my razor form. Like:
@Model.contenu
then:
when I try with "normal way" of umbraco with a default Template all work good. With custom model, controller, if I remove the sendEmail in my workflow then fill up the form, the page refresh but do not show the "thank you" message. The form data result is saved in the backend like expected.
Umb 7.2.1 First time with Forms. Just bought a licence. Dashboard says, "There is new version available" (apart from the fact there's an "a" missing) when I update, it just says "Downloading and upgrading forms..." and shows a loading animation that never stops, even after 30 mins.
I need to get going on some urgent work so is there really a new version and how long should it take to download and upgrade? Or should we just ignore it?
Craig
Have been trying to get forms to work with 7.2.1 and its impossible.. :-(
Hi Jonas, I've been struggling a bit myself with forms. However, I have got it working. Have a look at these threads, they might help:-
https://our.umbraco.org/forum/umbraco-pro/contour/61237-How-to-use-own-partial-to-output-form
https://our.umbraco.org/forum/umbraco-pro/contour/61283-Is-it-possible-to-remove-Enter-a-page-caption
https://our.umbraco.org/forum/umbraco-pro/contour/61293-UmbracoForms-Email-Templates,-where-are-they
I found it was too difficult to use for a single field newsletter sign up form (in a site footer) so built my own mvc version writing to a csv file. It was fine for the main site contact form though. Unfortunately it's not as easy for editors to get the newsletter sign up info as they have to FTP the csv file back. Also there's now a disconnect between signing up in the Contact form and anywhere else. Pity really. Hopefully they'll simplify the set up as it is quite involved behind the scenes.
HTH
Craig
is working on a reply...