show error during registration in typo3 - typo3

For providing registration option in typo3 website I insatll sr_feuser_register_3.0.1 extension. In addition to this extension I install static info table & div 2007 extension.
I included registration form in a page by including sr_feuser template css in typoscript template and also insert plugin. But when I register myself in registration form it shows error:-
"You must enter the same password twice.
The password must contain at most 40 characters.
Please enter a password!"
Password is entered correctly but it shows this problem again & again & I am not able to register because of this problem. Please help me to solve this problem

I got the problem. Problem is that when I put registration form & login form in same page then it starts showing problem. But if I put only registration form then it starts working.
But I have to put both forms in one page. Please tell me how can I do that.

Related

Powermail broke on first click to submit

I have an error with my powermail form.
I copied one form from my site and made some little changes and now the new form doesn’t work right.
When I click on submit the form isn’t send it only “destroys” the frontend and I have to fill the fields new to submit it (then it works).
I have this warning in the console: Parsley’s pubsub module is deprecated; use the ‘on’ and ‘off’ methods on parsley instances or window.Parsley
Do you have any idea?
I’m new in the project and don’t created the first form.
Powermail: 3.22.1
TYPO3: 7.6.30
I would check if there are any redirects while form submitting. If forms are getting submitted and it seems that they are reloaded and empty, it often happens, that the form target is wrong.
E.G. If absRefPrefix is set to http:// and there is an additional .htaccess redirection from http:// to https// or so the POST params get lost and powermail shows the form again.
You can check redirects in your browser console.

Why doesn't display own flieds in FE by sr_feuser_register?

I add some fields into fe_users with an own extension. In Typo3 8.7. When I logged in the Backend from Typo3 and in another Tab I open the Webpage I see my added fields in the registration form from sr_feuser_register, but when I logoff Typo3 backend, the labels are empty in the registration form. The value fields are displayed, but with no content, and new content don't saved.
What do I wrong?
The Only thing I found, is:
$GLOBALS['TCA']['fe_users']['feInterface']['fe_admin_fieldList'] .= 'field1,field2...';
But this, don't help.
Thanks for any help
Update:
I found a Bug: https://forge.typo3.org/issues/84587
Putting the code from ext_tables.php to YourExtension/Configuration/TCA/Overrides/fe_users.php help. Problem is solved.

Mailchimp Embedded Sign up form not displaying Captcha

I am using mailchimp embedded sign up form. It displays Email Account, First Name and Last Name, but captcha is not showing. I enabled captcha from Settings->List Name and Defaults.
What other steps do I need? Captcha is not showing in Preview Mode Option.
Please help, getting lot of fake emails. Double opt in is also enabled.
Had the same problem. Make sure its V2(checkbox) NOT V3. Documentation here: https://mailchimp.com/help/about-recaptcha-for-signup-forms/
The Sign-up forms have invisible not checkbox re-captcha.
Source: https://mailchimp.com/help/about-recaptcha-for-signup-forms/#Enable_reCAPTCHA
You can find the summary in the below image.
I came here looking for an answer. Followed the instructions to enable the reCaptcha. After reloading website could not see it. After finally trying to submit the form it took me to a mailchimp external page with the reCaptcha showing. Makes sense when you think about doing some kind of server side check for a reCaptcha with minimal installation fuss.
I've run into the same problem, and this is what I have found.
I set the url to https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js, not sure if that helped, but it's one less spot for failure
You might need to announce somewhere to allow for pop-up's to be allowed on the page when the captcha shows. It seems that when that option is enabled that it opens up a new windows for the confirmation.

Drupal 7 - login/registration on the same page - error in registration form after login attempt

I created page with login and registration forms on the same page using panels (two columns layout and blocks). In template file for login block I have:
print(drupal_render(drupal_get_form('user_login_block')));
In register block I have:
print(drupal_render(drupal_get_form('user_register_form')));
But I have problem with submitting forms with incorrect data. After submitting register form I have errors only in register form (correct), but after submitting login form I have errors in login form and register form.
Do You know how to solve this problem?
http://drupal.org/project/logintoboggan module will do this for you: Install it, and go to admin/config/system/logintoboggan; select "Present a unified login/registration page."
also if you want write your own module, you can look at its source

Joomla - Contact form error

I have a working contact form in Joomla however when the user submits the form they are taken to a page that doesn't exist so they see the 404 error.
Is it possible to change the page they are taken to after they click submit?
It's a contact page made from a contact in the Contact Manager...
Thanks a lot,
Steph
your link on contact form is wrong ,just put manually link on it.