HTML Code dont keep save

HTML code modifications not saving in ChronoForms.

Overview

The issue occurs when editing a form set to Wizard type, as the HTML is regenerated from the Preview tab elements upon saving.
To preserve direct HTML edits, change the Form Type to Custom in the form settings, which disables the Preview tab and allows manual code changes to be saved.

Answered
an angelmorales 04 Mar, 2014
Hello I have a problem with the Code HTML, I modify the code HTML (first image) adding the next line to the code:
<input type="text" onkeyup="this.value=this.value.toUpperCase()" />
then I save , the forms works fine.
Then i made a change in the same form using the Wizard-Edit (second image), then I save ,but the change that I made in the HTML code dont keep save,(third image) whats the problem¡?¡?
Gr GreyHead 05 Mar, 2014
Answer
1 Likes
Hi angelmorales,

You have the Form type set to Wizard so the HTML is recreated when you save from the elements in the Preview tab. It's probably best to leave it that way.

If you really do want to edit the Form HTML directly then you can set the Form Type to Custom and the Preview tab will be disabled.

Bob
This topic is locked and no more replies can be posted.