1. techjoomla
  2. Bug Report
  3. Wednesday, January 07 2015, 10:37 AM
I have created one field called usergroup on registration form
Usergroup
10|Vendor
11|End User

I have also another fields called
address,city.

I want to show the address & city field if the the user selects usergroup as vendor. Otherwise hide the field.

I tried to do it using following ways.

1.
In usergroup field
Equal
field : usergroup
custom value : 11
Target action : hide
target field : address,city

Equal
field : usergroup
custom value : 10
Target action : show
target field : address,city

Equal
field : usergroup
custom value :
Target action : hide
target field : address,city

2.
In address field
Equal
field : usergroup
custom value : 10
Target action : show
target field : address

Equal
field : usergroup
custom value : 11
Target action : hide
target field : address

In both case the validation is not working properly on the user registration form.

How to do this? Their might be some JS issues.

Please guide me through this.

Thanks in advance...!!!
Accepted Answer
admin Accepted Answer
Admin
Hi,
this is because conditions have two way, so you can set something like this:

In usergroup field
Equal
field to compare: custom value
custom value : 11
Target action : hide
target field : address,city

Now when field is equal to Custom Value 11 hide Address and City fields else show these fields.

NOTE:
"Field to Compare" parameter is used to compare the value of field with another field or a custom value. in your case you need to set this on "Custom Value"
  1. more than a month ago
  2. Bug Report
  3. # Permalink
techjoomla Accepted Answer
Thanks...!!!
  1. more than a month ago
  2. Bug Report
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.