I've tried using the plugins Contact Forms 7, Mailpoet, and other subscription forms for my website. Whenever a visitor tries to enter his email address into the form and when they click the subscribe button. Instead of subscribing, a pop up is showing up that says. "https://websitename.com is requesting your username and password. The site says: Restricted"
But, when I logged into the admin site and subscribe, I can subscribe just fine.
Can you let me know what's wrong here? Thanks.
Please check the admin general setting "Membership" .You can find checkbox with "Anyone can register" option please active that one. Hope you will get the solution.
Related
When performing the sign-up process, and selected to import my GMail contacts and granted permission to Younet OpenID service, the signup window went blank after clicking "accept". And now I can not advance to a next step. What may be the reason for this. Please help me to sort it out.
There can be many reason. Please make sure you have added the google id needed for inviting for contacts in the admin section.
Fast way is that you contact the younet for this or post the error log here.
I am creating a plugin, in which I send newsletters to subscribed users. To do this, I first created a form, in which users enter their email-id, and been subscribed. After subscribing, they got an email for confirming their email-id. Here is the problem arise.
To confirm, I send them a link for confirming their email id as following:
http://localhost/wordpress/wp-content/plugins/my-plugin-path/templates/subscribe.php?id=53cad9f23a6ec
While I have to send them the link as following:
http://localhost/wordpress/newsletter/confirmation/53cad9f23a6ec
So how it can be done. Please help me. Any help would be appreciated. Thank you.
I have found a problem under this extension:
If the user is not logged he can see all input field (name, email...), but if he is logged all inputs disappears and he can only see the subscription button which only subscribe his account e-mail.
I need guest users and logged users seeing the same form! Both need to be able to choose any email they want to subscribe.
Does anyone know how to fix it?
Thank You.
Enable Magento Template Path Hints - to find the path to the form template
Comment out the code that check if customer is login (i.e $this->helper('customer')->isLoggedIn())
i have a joomla site and in one article page, i want to sell a book of myne.
My users will be visiting this page, and when they click on "Buy" link, they will be shown a form, where they can fill details like name, email, phone and address.
Upon submitting the form, i want the user details to be inserted into the database, and then redirect the users to paypal site, for making a small payment towards the purchase.
How can i accomplish this?
I have heard about Chrono forms in joomla, but cant seem to figure out how to do 2 things simultaneoudly (inserting user details in db, and redirecting to paypal site).
Finally, got the Simple Caddy component from joomla extensions, and it is working well.
It perfectly suits my needs. However i could not use the paypal sandbox with this...
I have a Buy Now button on my site. When I logged in to the PayPal sandbox and clicked on the Buy Now button through my site, it was redirecting to the desired page from where I could log in with the buyer's email id and password.
But when I was not logged in to the PayPal sandbox first, after clicking on the Buy Now button the page was redirecting to https://www.sandbox.paypal.com/cgi-bin/webscr.
When clicking on the PayPal sandbox link, the page was redirecting to the site https://developer.paypal.com/ where I was trying to log in as a buyer, but it showed this error:
The email address or password you have entered does not match our records. Please try again.
However, I am confident that I am giving the right information to log in as a buyer.
Can someone explain how to make a test payment?
You can't use a 'normal' email address/password for this.
Login to your developer account and click "Create a preconfigured account" and add the details in - take note of the email address and the password you enter (the email address will look a little funky)
When prompted to login within the sandbox, use the email address and password you created inside your developer account to login.
I had this problem. The reason why it happens is because, for some reason you need to go to https://developer.paypal.com and login, create the test business account and personal account, and stay logged in during transactions.
This means every pc you run a test transaction through paypal sandbox, you should be logged into your account on https://developer.paypal.com.
This may just be a bug in and walk around solution for this but it worked for me.