Can’t find where the html file is located for the specific web form
there’s a css file in sites/assets/css/web_form.css. Is it okay to modify this file? (i.e. update bench will keep the changes made to this file?)
There’s an option of ‘code’ and ‘html’ field if I customise web form doctype (webform>menu (dropdown)>customise. What does it do and can it be used to change the look of form? (I tried adding css to ‘code’ field though, didn’t work)
Thanks for your reply. I just found out that we can use html tags inside label field of web form builder to do some html customisation.
I first tried to create complete html file, but since I also want to save the data submitted through the form (save or send it via email) I require php, and mail functions working. There’s a whole backstory to why I’m unable to get the server send emails, so the only option I have to use the built in web form and customise it.