Newest CF for J1.5.x. Ive created a Form with some HTML Code. Everything fine.
Now i changed the html code and saved again and now the form name is not saved anymore, its just empty. No Error Message.
I have to input it in the db in order to get the form work in the frontend.
Anyone an idea?
Now i changed the html code and saved again and now the form name is not saved anymore, its just empty. No Error Message.
I have to input it in the db in order to get the form work in the frontend.
Anyone an idea?
Hi waldi,
this is a known issue, find in your HTML a field with :
make it something else like :
name="name1" OR name="fullname"
then save again and all will be fine!
this is a known issue, find in your HTML a field with :
name="name"
make it something else like :
name="name1" OR name="fullname"
then save again and all will be fine!
i am unable to find form name="name" in the html - where should i be looking
could you please explain this further.
should i be using the form management, then form code??
where can a change the name and make this work
or should i use an older version
thanks
could you please explain this further.
should i be using the form management, then form code??
where can a change the name and make this work
or should i use an older version
thanks
Hi matt,
how did you create your form ? wizard or your own code ? either or, get into the form edit page by clicking its name or checking the box beside it and click edit button at the top, then go to "Form code" tab and to HTML code, and find name="name" there!
Cheers
Max
how did you create your form ? wizard or your own code ? either or, get into the form edit page by clicking its name or checking the box beside it and click edit button at the top, then go to "Form code" tab and to HTML code, and find name="name" there!
Cheers
Max
Hi,
thanks for that name="name" workaround. Weird bug, huh? Some regex problem?
Well now its name1😉
cu
thanks for that name="name" workaround. Weird bug, huh? Some regex problem?
Well now its name1😉
cu
No problems, no, its some Js/HTML issue, its already fixed😉
Max
Max
Thanks for the workaround info. I was having the same problem, and that is a nice and easy fix.
I'm using beta 2 now, so I'm guessing the fix you mentioned won't show up till there's another release?
I'm using beta 2 now, so I'm guessing the fix you mentioned won't show up till there's another release?
of course.
This topic is locked and no more replies can be posted.