Skip to Content Skip to Menu

Registration form not working anymore

9 years 9 months ago - 9 years 9 months ago #257410 by roy.eschner
Registration form not working anymore was created by roy.eschner
Hi there,

We've upgraded CB from 1.91 to 2.04 and now our registration page isn't working for some reason.

The error we get is our webpage is not available/this page can't be displayed (no page error number at all), the connection was interrupted, etc.

Any ideas?

Thanks,
Roy
Last edit: 9 years 9 months ago by roy.eschner.

Please Log in or Create an account to join the conversation.

9 years 9 months ago #257412 by roy.eschner
Replied by roy.eschner on topic Registration form not working anymore
Please disregard, for some reason this issue occurred because a CB Query field was created...

Please Log in or Create an account to join the conversation.

9 years 9 months ago #257414 by roy.eschner
Replied by roy.eschner on topic Registration form not working anymore
Hi Nant, we've purchased the Professional membership and have installed the CB Query plugin.

I have created a custom text field "Organization Name" on the registration form and I need this value to be validated against the database by checking to see if there is already an existing value. The requirement is that no registered members should have the same organization name entered in this text field. If there is, then it should prevent the user from registering, like the way the username field gets validated after entering the name on the CB registration form.

Not sure how to implement this to validate on another text field, , could you please advise?

Thanks again.
V

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
9 years 9 months ago - 9 years 9 months ago #257446 by krileon
Replied by krileon on topic Registration form not working anymore
Install and publish CB Query Field. Next edit your Text field and under Integrations > CB Query Field you can enable query validation. You'll then need to create a query to check if the value already exists. Example of this as follows.

Query Validation: Enabled
Query:
Code:
SELECT `id` FROM `#__comprofiler` WHERE `cb_text` = '[value]'
Validate On: Empty Results
Ajax Validation: Enabled

This would test the fields value against the "cb_text" field and if it returns no results the field will be valid. If it finds a match then "Error Message" will be shown to the user and the field would be marked as invalid. This can be used to ensure a CB field value is unique plus much more.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Last edit: 9 years 9 months ago by krileon.

Please Log in or Create an account to join the conversation.

9 years 9 months ago #257495 by roy.eschner
Replied by roy.eschner on topic Registration form not working anymore
Thanks, krileon, it's validating, but the error message doesn't seem to display the one that I've entered. The error message is showing "Not a valid input" for some reason.

Thank you!

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
9 years 9 months ago #257506 by krileon
Replied by krileon on topic Registration form not working anymore
There's a default language string that shouldn't be in the language file. I've removed it and re-released the package. Re-download and install and your message should work fine.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: roy.eschner

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum