1. Zimmermann
  2. Support
  3. Saturday, December 06 2014, 04:52 PM
Hello,
is this feature working under 3.3.6?

This is my Registration URL

http://mydomain.de/index.php/component/users/?view=registration

I tried this without success
http://myyap.de/index.php/component/users/?view=registration?city=mycity
http://myyap.de/index.php/component/users/registration?city=mycity
http://myyap.de/registration?city=mycity
admin Accepted Answer
Admin
Hi,
this happen because the parameter of your URL are in wrong format, I will explain this with an example:

I see your site and your url to registration is http://myyap.de/index.php/component/users/?view=registration and default valur for country field is "Germany", now I want to change default value of this field on "France" with URL
- you have tried something like this http://myyap.de/index.php/component/users/?view=registration?country=76
- the correct is http://myyap.de/index.php/component/users/?view=registration&country=76

"?" char is url value to indicate the beginning of the variables
"&" char is used to separate the variables
in your registration link you have ?view=registration si view is the first variable
  1. more than a month ago
  2. Support
  3. # 1
Zimmermann Accepted Answer
Pro
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
  • 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.