• 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: How to send multi checkbox value with redirect URL

How to send multi checkbox value with redirect URL 12 years 4 months ago #20565

  • gianluca
  • gianluca's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Hi there,
I didn't find anything about my problem on the forum. Can someone kindly help me? Thanks. I use the latest version of RSForm!Pro and Acy Mailing.

I need to integrate AcyMailing and RSForm!Pro using the redirect URL as explained here:
http://www.acyba.com/en/support/documentation/127-acymailing-rsformpro.html#integration
every was fine when there is only a value for all of my custom fields but I need to send many values for a checkbox input.

These are my values in phpMyAdmin:

Corso per Acquariologia::Corso per Acquariologia
Corso di Arti Decorative::Corso di Arti Decorative
Corso per Potature::Corso per Potature
Corso di Irrigazione::Corso di Irrigazione
Corso Manutenzione Prati::Corso Manutenzione Prati

These are my valus in RS form Pro:

Corso per Acquariologia|Corso per Acquariologia
Corso di Arti Decorative|Corso di Arti Decorative
Corso per Potature|Corso per Potature
Corso di Irrigazione|Corso di Irrigazione
Corso Manutenzione Prati|Corso Manutenzione Prati

With this redirect url:

index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=2&user[name]={Name:value}&user={Email:value}&user[customfield]={Customfield:value} I recieve only the first value of the checkbox custom field (my cheackbox has 5 values)!! So I tried to write directly into the address bar what should be the correct link and it works: index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=2&user[name]=nome&user[email]=email&user[iniziative]=Corso%20per%20Acquariologia,Corso%20di%20Arti%20Decorative,Corso%20per%20Potature,Corso%20di%20Irrigazione,Corso%20Manutenzione%20Prati The problem is that RSForm should generate like mine, instead generates: index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=2&user[name]=nome&user[email]=emailm&user[iniziative]=Corso%20per%20Acquariologia[email]={Email:value}&user[customfield]={Customfield:value}

I recieve only the first value of the checkbox custom field (my cheackbox has 5 values)!!

So I tried to write directly into the address bar what should be the correct link and it works:

index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=2&user[name]=nome&user=email&user[iniziative]=Corso%20per%20Acquariologia,Corso%20di%20Arti%20Decorative,Corso%20per%20Potature,Corso%20di%20Irrigazione,Corso%20Manutenzione%20Prati The problem is that RSForm should generate like mine, instead generates: index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=2&user[name]=nome&user[email]=emailm&user[iniziative]=Corso%20per%20Acquariologia[email]=email&user[iniziative]=Corso%20per%20Acquariologia,Corso%20di%20Arti%20Decorative,Corso%20per%20Potature,Corso%20di%20Irrigazione,Corso%20Manutenzione%20Prati

The problem is that RSForm should generate like mine, instead generates:

index.php?option=com_acymailing&ctrl=sub&task=optin&hiddenlists=2&user[name]=nome&user=emailm&user[iniziative]=Corso%20per%20Acquariologia[email]=emailm&user[iniziative]=Corso%20per%20Acquariologia
Last Edit: 7 years 2 weeks ago by gianluca.
The administrator has disabled public write access.

How to send multi checkbox value with redirect URL 12 years 4 months ago #20566

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

I think that this question would be best addressed to the third party emailing component. The checkbox group RSForm!Pro placeholder will simply return the selected checkbox values (separated the by the Properties > Form Info > Multiple values separator).
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

How to send multi checkbox value with redirect URL 12 years 4 months ago #20568

  • gianluca
  • gianluca's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Problem solved:
in Properties > Form Info > Multiple values separator change the default \n with ,
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!