Hmm! Not a good day! I want to use the same css file for two similar forms. I should be able to do it by embedding all of the css under the id of the form (#chronoform_somename01,#chronoform_somename02) I know but I thought that I would simplify things by defining a class for each form and use that class as the common container (form.clsSomeName #xxx). But I can't work out how to add a class to a form.
I thought that I could use the 'Form tag attachment' but while that will add a tag ('fred' or whatever) it won't add an additional class tag.
I thought that I would add a header at the top and bottom of the form with <div class='someclass'> at the top and </div> at the bottom. That has really stuffed things up. The whole form has become embedded in one of the header boxes and I can no longer see the Events that I have defined. and if I delete the header it deletes the whole form contant!
Then I thought I would embed the whole form in a container and I can use that to define and id or a class for the form. But since I am embedding classes within classes that hung my server every time I saved the form. Well, to be precise, took several minutes to save the form.)
So, the question is, how is the best way to do that? Add some custom code at the top and bottom of the form - line the 'container' option that I tried? That is <div class='someclass'> at the top and </div> at the bottom.
Regards Nick
I thought that I could use the 'Form tag attachment' but while that will add a tag ('fred' or whatever) it won't add an additional class tag.
I thought that I would add a header at the top and bottom of the form with <div class='someclass'> at the top and </div> at the bottom. That has really stuffed things up. The whole form has become embedded in one of the header boxes and I can no longer see the Events that I have defined. and if I delete the header it deletes the whole form contant!
Then I thought I would embed the whole form in a container and I can use that to define and id or a class for the form. But since I am embedding classes within classes that hung my server every time I saved the form. Well, to be precise, took several minutes to save the form.)
So, the question is, how is the best way to do that? Add some custom code at the top and bottom of the form - line the 'container' option that I tried? That is <div class='someclass'> at the top and </div> at the bottom.
Regards Nick