• Resolved will2016

    (@will2016)


    Hello,

    I was wondering if it was possible to edit the code of the form directly? For example, I would like to remove the “legend” at the top of the form. I don’t think it would adversely affect the page code to do so.

    I tried to locate the file in my directory, but I’m fairly new to wordpress, and I could not find it. I copied the code snippet from the “View source” page so you could see what I mean. It appears at the top left of the form.

    <fieldset id="fscf_form_fieldset1" style="border:1px solid black; width:99%; max-width:550px; padding:10px;">
    <legend>Contact Form</legend>
    
    <div id="fscf_required1">
      <span style="text-align:left;">*</span> <span style="text-align:left;">indicates required field</span>
    </div>

    Thanks

    • This topic was modified 8 years, 1 month ago by will2016.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, have you tried to delete the entry under Basic Settings -> Welcome Introduction?

    Thread Starter will2016

    (@will2016)

    Hi MBR,

    It is not located in that section. It is in a “div” tag below that, and it is not in the basic settings. Here is a bigger part of the code.

    The first “div was the welcome section that I changed, the second “div where it has the “legend” tag was not in that section:

    
    <!-- Fast Secure Contact Form plugin 4.0.49 - begin - FastSecureContactForm.com -->
    <div style="clear:both;"></div>
    <p>  
    <div>
    			<img src="https://www.mywebsite.com/images/image.jpg" style="float: left; width: 48%; margin-right: 1%; margin-bottom: 0.25em;">
    			<img src="https://www.mywebsite.com/images/image.jpg" style="float: left; width: 48%; margin-right: 1%; margin-bottom: 1.5em;">
    
    		</div><p style="clear: both;">
    	</div></p>
    <div id="FSContact1" style="width:99%; max-width:650px;">
    <form enctype="multipart/form-data" action="https://mywebsite.com/order-form-page#FSContact1" id="fscf_form1" method="post">
    <fieldset id="fscf_form_fieldset1" style="border:1px solid black; width:99%; max-width:650px; padding:10px;">
    <legend>Contact Form</legend>
    
    <div id="fscf_required1">
      <span style="text-align:left;">*</span> <span style="text-align:left;">indicates required field</span>
    </div>
    • This reply was modified 8 years, 1 month ago by will2016.
    • This reply was modified 8 years, 1 month ago by will2016.
    • This reply was modified 8 years, 1 month ago by will2016.

    just go to the form settings, click the Styles tab

    Uncheck this setting
    Enable a fieldset box around the form

    @mikechallis is correct ?? Silly me to forget something like that. My mind must have been elsewhere. Sorry about that.

    Kind regards

    Thread Starter will2016

    (@will2016)

    Marking this as resolved. Sorry I forgot. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Editing the FSC form page code directly’ is closed to new replies.