Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.3, 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: CiviCRM Profile, WordPress Integration
-
Labels:None
Description
The HTML snippet generated in WordPress has the form action, "http://yoursite.org/wp-admin/admin.php?page=CiviCRM&q=civicrm/profile/create&gid=2&reset=1". This is a back-end page. It should instead be something like "http://yoursite.org/index.php?page=CiviCRM&q=civicrm/profile/create&gid=2&reset=1".
Unfortunately, I have no idea where to start in fixing this. I imagine this is handled by Joomla somehow (or else Joomla has the same issue).