Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How can I add more user details when registering?
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: How can I add more user details when registering?
#58578
Re:How can I add more user details when registering? 7 Years, 6 Months ago Karma: 746
Check your mail.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59195
Re:How can I add more user details when registering? 7 Years, 3 Months ago Karma: 0
I use Ari Quiz v. 3.8.3. I also need additional fields like supervisors list on guest field and exported xml. Please send me too!
The administrator has disabled public write access.
 
#59196
Re:How can I add more user details when registering? 7 Years, 3 Months ago Karma: 746
Hello,

Send your order number by email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#59354
Re:How can I add more user details when registering? 7 Years, 2 Months ago Karma: 0
I had a similar problem (needed to add phone number feature). In order not to bother the support, I changed "e-mail" field into "phone number" and somehow removed the requirements for the e-mail's right spelling. It's all fine for me (I get person's phone number which is considered "e-mail" by the quiz program) BUT a tiny problem. Sometimes people tend to forget to add one digit in their number. Could you help me to make the obligatory format look xxx-xxx-xx-xx where "x" is entered by client, dashes are obligatory and present. I guess, some minor changes needed in e-mail field settings, but it's too much for me. Could you give me a hint please?
The administrator has disabled public write access.
 
#59360
Re:How can I add more user details when registering? 7 Years, 2 Months ago Karma: 746
Hello,

Open <joomla_directory>/components/com_ariquiz/models/forms/quizform/guestform.xml file and replace the following code:

<validator type="email" multiple="0" error_message="COM_ARIQUIZ_ERROR_GUESTFORMMAIL" validate="Email" />

with the following one:

<validator type="regex" regex="/^\d{3}-\d{3}-\d{2}-\d{2}$/" error_message="COM_ARIQUIZ_ERROR_GUESTFORMMAIL" validate="Email" />

It changes validator rule for "Email" field. About showing dashes in textbox, it is not possible only with HTML and CSS, it requires to use javascript (for example jQuery plugin) and it is out of free support.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12