*

slicer

  • ****
  • 204 posts
Add comment form doesn't capture email
« on: January 28, 2018, 05:10:14 AM »
Hello, I figured if you use send a comment because it doesn't catch your email in the process, if you are not logged in you can't send comments, even if you fill every field like email, name and so on.
does not stop at error like "email required" see my screen



it throws success message instead of an error.

 ;D

Marked as best answer by frosticek on January 30, 2018, 01:14:41 PM
*

MB Themes

Re: Add comment form doesn't capture email
« Reply #1 on: January 30, 2018, 01:14:37 PM »
@slicer
Thanks.
Go to item-send-friend.php

Find line:
Code: [Select]
<label for="authorEmail"><span><?php _e('E-mail''stela') ; ?></span><span class="req">*</span></label>
bellow this line is:
Code: [Select]
<div class="input-box"><input id="authorName" type="text" name="authorName"></div>
this one replace with:
Code: [Select]
<div class="input-box"><input id="authorEmail" type="email" name="authorEmail" required></div>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Add comment form doesn't capture email
« Reply #2 on: January 30, 2018, 11:47:21 PM »
@

This line already exists on STELA 1.010

Code: [Select]
<div class="input-box"><input id="authorEmail" type="email" name="authorEmail" required></div>
the full code

Code: [Select]
<div class="row">
                  <label for="authorEmail"><span><?php _e('E-mail''stela') ; ?></span><span class="req">*</span></label>
                  <div class="input-box"><input id="authorEmail" type="email" name="authorEmail" required></div>
                </div> 


after doing that it brings the same error  :'(

Please fill the required field (email)

*

slicer

  • ****
  • 204 posts
Re: Add comment form doesn't capture email
« Reply #3 on: February 01, 2018, 05:14:05 PM »
I think I'm good now, we found a couple bugs and their are all fixed, can you help with this last one, I did what you said but still not working, got the same error message about mail. ::) plz plz ^^


Code: [Select]
<div class="row">
                  <label for="authorEmail"><span><?php _e('E-mail''stela') ; ?></span><span class="req">*</span></label>
                  <div class="input-box"><input id="authorEmail" type="email" name="authorEmail" required></div>
                </div>

*

MB Themes

Re: Add comment form doesn't capture email
« Reply #4 on: February 01, 2018, 09:39:11 PM »
Will check that
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Add comment form doesn't capture email
« Reply #5 on: February 10, 2018, 08:39:46 PM »
Any news on this issue?

*

MB Themes

Re: Add comment form doesn't capture email
« Reply #6 on: February 11, 2018, 09:34:48 PM »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: Add comment form doesn't capture email
« Reply #7 on: February 12, 2018, 02:17:30 PM »
@slicer
I've just tested and it works alright:
https://stela.mb-themes.com/for-sale/mobile-phones/iphone-5-premium-edition_i125

Oh yeah absolutely my fault it seems I loaded a cached version when I did the testing!  :P ;D :D

*

MB Themes

Re: Add comment form doesn't capture email
« Reply #8 on: February 12, 2018, 03:58:33 PM »
@slicer
 8)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots