Hi,<br /><br />I have added a <h2> tag to the title of the panel container and it displays correctly on the first time but on the next saving onward it just appears as (<h2>title</h2> in title of the panel container in the form designer - which shows <h2>title</h2> on the form interface) unless re-edited again. Please let me know Is there any way to make it permanent? Also please let me know a way to dynamically set the fieldset container title field (a <legend> tag). I had tried using the same code related to the container (appeared in code tab) setting the container to custom code, It works that way but messes the layout spacing. Your guidance is appreciate as always.
Hi Anushka,
For the H2 tag the simplest solution is probably to add CSS to the form to have the Panel header match your template H2
For the Fieldset I would try switching the Container to Type Custom and add the fieldset and legend code in the Start code and End code boxes - the dynamic label will work OK from there.
Bob
For the H2 tag the simplest solution is probably to add CSS to the form to have the Panel header match your template H2
.gbs3 .panel-heading {
. . .
}
For the Fieldset I would try switching the Container to Type Custom and add the fieldset and legend code in the Start code and End code boxes - the dynamic label will work OK from there.
Bob
This topic is locked and no more replies can be posted.