• I have been all over the .php files to no avail, and crawled painfully through EACH cform “form setting” looking for any duplicating check boxes. Yet, I cannot figure out why I have an “extra” cform box appearing on my pages. Has anyone had this issue? Any recommendations to check?

    I use firebug which enabled me to see the html, and ultimately the source code of my headache. I have pasted the code below.
    Site: realestatepossible.com

    <div id=”sidebar”>
    <div class=”lead_form”>
    <h2> Request More Information </h2>
    <form id=”cformsform” class=”cform default-lead-form ” method=”post” action=”/#usermessage” enctype=”multipart/form-data”>
    <p id=”ll” class=”linklove”>
    </div>
    {The following is the section of code that I need to remove/deactivate.}
    <div class=”widget”>
    <div class=”widget_content”>
    <h2></h2>
    <form id=”cformsform” class=”cform default-lead-form ” method=”post” action=”/#usermessage” enctype=”multipart/form-data”>
    <p id=”ll” class=”linklove”>
    </div>

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘cformII Lead Form Widget Presenting Twice’ is closed to new replies.