How do I edit form element attributes?

sdemps 20 Mar, 2015
When I create a Chronoform a page is created with a pre populated form element for example :

<form action="http://127.0.0.1/repositories/trunk/index.php?option=com_chronoforms5&chronoform=demo-jQuery-ui-file-upload&event=submit" enctype="multipart/form-data" method="post" name="demo-jQuery-ui-file-upload" id="chronoform-demo-jQuery-ui-file-upload" class="chronoform form-horizontal">

How do I change the values of these elements? For example, I want to change the form id to id="fileupload"

Best Regards
Shane
sdemps 20 Mar, 2015
Thanks, but didn't find my answer in any of those pages.

Does anyone know where the HTML (Render form) action is located? So in the form configuration, where do I go?

Regards
Shane
sdemps 20 Mar, 2015
Note, I do not see any HTML (Render Form) option under Setup as illustrated here (https://www.chronoengine.com/chronoforms-start-guide.html)

Has it been moved in Chronoforms5?
GreyHead 21 Mar, 2015
Hi Shane,

On the General tab please set the Setup Mode to Advanced and re-save the form to see the Setup tab and the action.

Bob
sdemps 21 Mar, 2015
Thanks, on more question, which field sets the form id?

Best Regards
Shane
GreyHead 21 Mar, 2015
Hi Shane,

Ah - none of them. If you need to change the ID set Add Form Tags to No in the HTML (Render Form) action and add Custom Code elements (or a Container) in the Designer tab.

Bob

Just curious - why do you need to change the ID?
This topic is locked and no more replies can be posted.