• 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: Reply To field not working

Reply To field not working 9 years 8 months ago #32169

I have a form with the Reply To field set on the admin email.
This has always worked before, but I recently upgraded to J3 and imported my forms from J1.5.
Is there something I need to do to get it running again?
The administrator has disabled public write access.

Reply To field not working 8 years 4 months ago #36122

I am having the same issue.
The administrator has disabled public write access.

Reply To field not working 8 years 3 months ago #36296

  • fred13
  • fred13's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Same problem.

I use the last version (today) of joomla (3.6.5) and RSForm Pro (1.52.5)
The administrator has disabled public write access.

Reply To field not working 7 years 3 months ago #37756

I resolved such:

Create a hidden field on form with name 'replyTo'.
In 'Scripts called on form process' change the value of field 'replyto', example:
if($_POST['form']['setor'][0] == 1){ // Comercial
	$_POST['form']['replyTo'] = 'comercial@domain.com';
} else if($_POST['form']['setor'][0] == 2){ // Compras
	$_POST['form']['replyTo'] =  'compras@domain.com';
} else if($_POST['form']['setor'][0] == 3){ // RH
	$_POST['form']['replyTo'] =  'rh@domain.com,rh2@domain.com';
} else { // Qualidade
	$_POST['form']['replyTo'] =  'qa@domain.com';
}

Now config the variable '{replyTo:value}' into 'User Emails' on input text 'replyTo'.
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!