-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By Majesrse
Hey i have a problem with the code:
$('a').click(function(link) { link.preventDefault(); location = this.href; $('body').fadeOut('slow', open); }); function more() { window.location = location; } It's writen in Jquery but i will convert it to vanilla js. Can somone help me with it?
-
By abdulqayyum
Hy everyone,
i am using loginRegister module for front-end user login.
In this module user can login with Email/username, i am showing with Email. done
but not showing Email in Forgotton Password section. there still showing with username.
i want to show Forgotton Password with Email instead username. and should reset with email.
please help me in this section, how i can set it with Email.
Thanks AbdulQayyum.
-
By abdulqayyum
Markup-Google-Recaptcha is not working with LoginRegister module in Forgotton Password Form.
Here is my code
wire-> modules -> process -> ProcessForgotPassword.php
protected function step1_renderForm() {
$form = $this->modules->get("InputfieldForm");
$form->attr('action', './?forgot=1');
$form->attr('method', 'post');
$field = $this->modules->get("InputfieldText");
$field->attr('id+name', 'username');
$field->attr('class', 'redesign-field forgotPassFeild');
$field->setAttribute('placeholder', 'Username');
$field->required = true;
$field->label = $this->_("Forgotton Password");
$field->description = $this->_("If you cannot remember your password to access the affiliates portal. simply provide your username in the box below and we'll send you a reset link via email.");
$form->add($field);
// Calling MarkupGoogleRecaptcha Module.
$captcha = $modules->get("MarkupGoogleRecaptcha");
// rendering form with recaptcha
$captcha->render($form);
$submit = $this->modules->get("InputfieldSubmit");
$submit->attr('id+name', 'submit_forgot');
$form->add($submit);
$this->session->userResetStep = 1;
// rendering form
$out .= $form->render();
// getting captcha script
$out .= $captcha->getScript();
return $out;
}
I am following this one example.
please suggest me how i can show MarkupGoogleRecaptcha in forgotton password.
Getting log error
Thanks,
Abdul Qayyum
-
By Mithlesh
Hi there,
My form is not getting submitted, it is showing:
Unable to verify successful email delivery of this form submission.
Attaching for your reference as well:
In the Backend, it is showing Connection timed out with smtp.gmail.com
Pl guide me how to resolve that
-
By Sephiroth
Hi guys, so since I moved to Processwire, it has been my default go-to CMF/CMS for my website and client applications, apparently my previous job took a toll on me, and made me have less time, but now finally had the chance to change my website to something I always had in mind.
I decided to go with something minimal, as I tend to enjoy writing, so wanted a website to have more text than graphics and I think I whipped up something clean. Currently I still have more to do, but this is my current website, the main purpose to have a content driven website where I will be writing tutorials , articles more and hopefully technical notes.
Please let me know your honest opinion.
PS: I am more of a coder than a designer but i think this old dog still pulled it off
https://okeowoaderemi.com/
-