I have an unusual contour form issue that I am having
difficulty solving. I have created a
simple contour form using contour 1.1.9 inside an Umbraco 4.0.2.1 web
site. The form contains three text
fields and a radio button list. I added
two values to the radio button list, “Yes” and “No” with “Yes” set as the
default. The new form was added to a simple
Umbraco page through a rich text editor and the insert macro interface. Everything looks fine
when viewing the form on the initial page load.
However, if your refresh the page, the radio button options are
duplicated. Refresh again and a third
set of options are added, etc..
I tried replacing the radio button list with a
with dropdown list and found the same issue with the dropdown values. I have tried uninstalling contour and
reinstalling. I tried installing the
newest contour version, but later learned that it is only applicable to Umbraco
4.7+. I tried recreating the form and loading
the radio options from a prevalue source.
Nothing I have tried has fixed the issue. I’m open to any advise or suggestions. I should also mention that an umbraco upgrade
in not an option.
Does someone have a solution to this problem. I have the same issues, also with Umbraco 4.0.2 and Contour 1.1.9.
Plus the funny thing, this happens across computers. So if i refresh twice on one computer, and then view it on another, I see three duplicate sets of items.
It seems as if the prevalues are updated and resaved, or something.
I was unable to find the exact cause of the problem, but I did find a workaround. I uninstalled coutour 1.1.9 and installed version 1.1.7, the button duplication ceased after that. I can only think that there is some conflict in the versions of umbraco and contour.
Contour duplicate radio options on refresh
Hi,
I have an unusual contour form issue that I am having difficulty solving. I have created a simple contour form using contour 1.1.9 inside an Umbraco 4.0.2.1 web site. The form contains three text fields and a radio button list. I added two values to the radio button list, “Yes” and “No” with “Yes” set as the default. The new form was added to a simple Umbraco page through a rich text editor and the insert macro interface. Everything looks fine when viewing the form on the initial page load. However, if your refresh the page, the radio button options are duplicated. Refresh again and a third set of options are added, etc..
I tried replacing the radio button list with a with dropdown list and found the same issue with the dropdown values. I have tried uninstalling contour and reinstalling. I tried installing the newest contour version, but later learned that it is only applicable to Umbraco 4.7+. I tried recreating the form and loading the radio options from a prevalue source. Nothing I have tried has fixed the issue. I’m open to any advise or suggestions. I should also mention that an umbraco upgrade in not an option.
Thanks
Does someone have a solution to this problem. I have the same issues, also with Umbraco 4.0.2 and Contour 1.1.9.
Plus the funny thing, this happens across computers. So if i refresh twice on one computer, and then view it on another, I see three duplicate sets of items.
It seems as if the prevalues are updated and resaved, or something.
martin
I was unable to find the exact cause of the problem, but I did find a workaround. I uninstalled coutour 1.1.9 and installed version 1.1.7, the button duplication ceased after that. I can only think that there is some conflict in the versions of umbraco and contour.
Comment author was deleted
If you are running on an older version make sure you set the disablecache setting to true in the contour config that should fix the issue
That worked Tim, thanks a lot!
Martin
is working on a reply...