• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Few problems

Few problems 16 years 11 months ago #215

Hi

I'm testing the last version (1.0.2) and I have few problems.
Let start to say that the form I'm creating is huge, a lot of checkbox.

1) Not always the form is sent via email.
Sometime yes, sometime no.
However the data are always saved in the database.
Not yet found a pattern or trigger for the error. It's happens.

2) The checkbox fields report only one choice. Not necessarily the first one checked.
But checking all the fields report only one value, like the Radio

3) how to force a Radio choice as default ?

Now I'm trying to backup the form created (is quite long, took about 2 hours to prepare it :-) ).

C'ya
Steve
The administrator has disabled public write access.

Re:Few problems 16 years 11 months ago #222

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hi Steve,
1. Maybe after you backup your form, you can send the backup to me too, so i can give it a try.
2. Did you give different field names to the checkboxes?
3. Try adding the word \"checked\" (without the quotes) in the Additional Attributes Field of the first radio

Let me know.
The administrator has disabled public write access.

Re:Few problems 16 years 11 months ago #233

1. Maybe after you backup your form, you can send the backup to me too, so i can give it a try.
Sure, just tell me exactly how.
When I hit the backup button, a txt file with some MySql query is generated.
I guess \"that\" is not the backup
2. Did you give different field names to the checkboxes?

Each set of checkboxes has the same name, same concept like the radio button.
Do you mean I have to create different names for each checkbox choice ?
3. Try adding the word \"checked\" (without the quotes) in the Additional Attributes Field of the first radio

Works ! Great !
It was important because if you don't assign at least a radio button, in the email field appears just the name of the field.

Thanks
Steve
The administrator has disabled public write access.

Re:Few problems 16 years 11 months ago #234

Do you mean I have to create different names for each checkbox choice ?

I created as test a checkbox list with different id (example : chk1, chk2, chk3, ecc.). I obtain of course the list of the values checked, but also I obtain the name of the field of the unchecked boxes.

So for example, if I create a checkbox with 3 fields :

field1 {chk1}
field2 {chk2}
field3 {chk3}

and assign the value \"test\" to the field1 and 3, I'll obtain in the email :

test
{chk2}
test

Is that how is supposed to work the checkbox ?

I imagined the checkbox was supposed to work like the radiobutton, so you create a single field name and all the values checked are added in the result, maybe with a separator.

So, using the previous example, I would have :

field1 {chkn}
field2 {chkn}
field3 {chkn}

The result of putting \"test\" as value for the field1 and 3 would be :

test - test

Thanks
Steve
The administrator has disabled public write access.

Re:Few problems 16 years 11 months ago #235

About the first problem :
1) Not always the form is sent via email.
Sometime yes, sometime no.
However the data are always saved in the database.
Not yet found a pattern or trigger for the error. It's happens.

I maybe found a pattern.
It is the first set of data that doesn't generate the email.
i.e. if I erase the data from the database, the new first one set of data is saved in the database but not generate the email.
The others are sent correctly.

Hope this helps

C'ya
Steve
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!