I have a new member registration form using Zoo Visitor that is not working. I have it stripped down to bare bones and when I click submit it reloads the page with the form blank and nothing happens
the weird thing is the redirect URL looks like this in the browser:
http://domain.org/join/registration?RET=http://domain.org/join/registrationt&URI=join/test&return_url=join/registration/success&author_id=1039&channel_id=11&entry_id=0&ACT=1&meta=yyirCSAHxBCRsi1MxAzfEQhuXTmK5Tjf46fqDPGxF1nHxchywvazwkUTerxTH+z/WBw7I8WULeEK4oUMPglFSkq/dovY/uR65E9m7JlNzH4/JDXtyoZ0q9CPcFc5PdnsJh4aOUn+3S5cCPLaGBsJ1IXKFIhCOx/umoB99HIAdBqzXlzYEXmDFpjxtbMBJAAWchQ7M5EsWIVtgjM14UFiNcPxb45nwWBqfzbMXSkXvcN0hOqkfkMCXuPJCum6GyGFuC4IbEZ3v+MVMplxZ87NPWlal6Aj00GOCkXlC79u4/GQh4wlzrBigTWxxQhOv62ioFc0jffBbKKInGzjgjdWdmJGxTX+6sL0JpSgidLdvRh6NI2lvO84mTg1Wr02e/fCqvX6ZnoEdDr4gOTvZ0UDTK7o3SzkL/Vfe3b+pZxLCjjeyRQG6jYYNpjspdiriKoIUI++QGVyLE35uJrMyvr0KNi/GB3z+WTUQSTRSm1KWu8+KPFTbh1hQNarc6KhbiaJSYfcQxLw4RpQZ8MDM+eyL/iY7Ghay8jHg7avRNPo1yb7lJufD045Z+jmrZclTSp4Lubq5Yz+sezn7GbLfYEVb/QCA1ARl1gHvkWviWr+VJCFxApj+TEdVMyeyBn/NfZcaMPiugfgW0K4N5rE8rUzBdRCs9sxj2FRjf4Wo4DGr1YUGtyo6fOyRjyicVM0CnNQ3milFw4HLv/bg0s4Yrv2hhf8sc3WQSYEUjdqZ/9cJ8ueettCv9I5WF3Jk0z9EbRKA/cySXI3Lf4dpLNEW+AZ52+HKkiiYjbqctI7rpTC4IpAa5p2+wkGoTOkc1VEkbt+f51unhvt5RtJSIdygAGGMQ==&return=join/registration/success
ee 2.11 zoo visitor: 1.3.34
htaccess: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /
# Removes index.php from ExpressionEngine URLs
RewriteCond %{THE_REQUEST} ^GET.*index\.php [NC]
RewriteCond %{REQUEST_URI} !/system/.* [NC]
RewriteRule (.*?)index\.php/*(.*) /$1$2 [R=301,NE,L]
# Directs all EE web requests through the site index file
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
I did a test and a simple channel forms is working in the same channel
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.