*

Adi

  • ***
  • 28 posts
Re: required city and region
« Reply #15 on: April 03, 2016, 07:52:31 PM »
have sent a PM with the data

*

MB Themes

Re: required city and region
« Reply #16 on: April 04, 2016, 07:36:28 AM »
@Adi
Replied
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Adi

  • ***
  • 28 posts
Re: required city and region
« Reply #17 on: April 04, 2016, 07:37:43 AM »
So did i. Please check.

*

Adi

  • ***
  • 28 posts
Re: required city and region
« Reply #18 on: April 27, 2016, 06:30:35 PM »

Go to section Users and check all options in Extend fields on user registration form + Required fields on user registration form
Now, go to register page and click directly on Create to trigger all errors. We receive a new red block with

    Name: this field is required.
    Email: this field is required.
    Password: this field is required.
    Second password: this field is required.
    Phone: this field is required
    Website: this field is required
    Region: this field is required


Now, uncheck in admin option Add country select to user registration form (so all the others are checked and required)
and when we click on Create, we get now the flash messages from bender (instead of the red new one) only for

The password cannot be empty
The name cannot be empty
The email is not valid

Tested in clean install of latest Bender.

*

MB Themes

Re: required city and region
« Reply #19 on: April 27, 2016, 06:35:14 PM »
@Adi
You have javascript errors on your site. Please test with bender theme.
Thanks.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Adi

  • ***
  • 28 posts
Re: required city and region
« Reply #20 on: April 27, 2016, 06:45:47 PM »
I already mentioned that i test it with bender. Clean install into a new subdomain. Check it by adding test.mydomain

The error TypeError: $(...).prop(...) is undefined
   

if( $("#countryId").prop('type').match(/select-one/) ) {

   
is coming from your script, you know about it from our conversations and i can confirm it by disabling your plugin. When i do it, no more error.


Check the subdomain to see

*

MB Themes

Re: required city and region
« Reply #21 on: April 27, 2016, 07:04:31 PM »
@Adi
I have checked on URL you have send me.

// This error reference to osclass core, script that is used for location dropdowns. You need to have country field there.
« Last Edit: April 27, 2016, 07:25:01 PM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Adi

  • ***
  • 28 posts
Re: required city and region
« Reply #22 on: April 27, 2016, 07:12:12 PM »
please add before that a test.

that's the name of the subdomain. check there

*

MB Themes

Re: required city and region
« Reply #23 on: April 27, 2016, 08:18:55 PM »
@Adi
Fixed issue with osclass core script (replaced by our own).
Now it is not needed to include country field, to make region & city required.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots