Monthly Archives: May 2016

Troubleshooting: When Your Site Homepage Does Not Accept Arigato PRO Signups

This is quite a common problem with sites that run WordPress but have their homepage made as landing page with other plugin or just built as static page. Arigato PRO has a “Squeeze page” option and we strongly recommend it. But if for some reason you use a a static squeeze page, or other squeeze page that does not run the normal WordPress routines you may have a problem with Arigato form sign-ups not being processed.

The solution to this is very simple: point the Arigato PRO form action attribute to a post created with your WordPress blog instead to the homepage.

So your Arigato PRO form opening HTML tag will look something like:

<form action=”https://blog.calendarscripts.info/test-post” method=”post”>

That’s it.