algar423
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Error submitting formWait, I got it to work.. I completely removed the plugin “WordPress PopUp” and it now works fine… that was strange! Thx
Forum: Plugins
In reply to: [Fast Secure Contact Form] Error submitting formI tested the shortcode on a pop-up plugin (WordPress PopUp)
I entered the shortcode on that pop-up and it works fine… I did that test because I wanted to see if the issue only happened when I entered the shortcode on a Page, Post, or Widget… and that does seem to be the case. I did disable the WordPress PopUp plugin and all others and tested the shortcode again on a Page and the problem still continues.
I don’t even fill out the form, I just hit the submit button and it causes the issue above.
Not sure what is causing the URL on the form action to change when when I enter the shortcode to a Page, Post or Widget.Forum: Plugins
In reply to: [Fast Secure Contact Form] Error submitting formYes, I tried disabling all plugins and switched theme… what’s strange is that it works fine when I used the form on a Pop-up plugin. However, when I use the form on a Page, Blog or Widget and I check with Developer Tools the <form action=, it adds the main domain to that page’s url, here is a copied example.
<form action=”http://www.domain.comhttp://www.domain.com/seattle-detox-program/” id=”fscf_form1″ method=”post”>
Under developer tools, if I remove the first domain, and try it, it works fine:
<form action=”http://www.domain.com/seattle-detox-program/” id=”fscf_form1″ method=”post”>
I’m not sure what could be causing this.
I’m using version 4.0.28
Forum: Plugins
In reply to: [Fast Secure Contact Form] Error submitting formI’m having the exact same issue… I tried all of the above and it’s not fixing the issue. This also started to happen after making the update just this week. Please help!