• 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: [SOLVED] form action=?

[SOLVED] form action=? 16 years 8 months ago #4536

Does anyone know how to edit the general <form action=\"...\"?>
I see the area that says script after form is submitted, but that is AFTER...I want to be able to control where the form is submitted to and not just have it send via email. Looking to insert into database, talk to Salesforce.com, etc.

Also, in additional Field Attributes...It automatically creates an ID=...and in some instances I need to override that, with my own ID value...?
SOLVED
This is the response I received to my Support Ticket:

You can change the action of your form by placing this snippet code in the \"Scripts\" tab, in the \"Scripts called on form display\" area:

$formLayout=str_replace('action=\"\", action=\"http://www.your_action.com\"', $formLayout);


Post edited by: craig.s.kiessling, at: 2008/09/02 21:17<br><br>Post edited by: craig.s.kiessling, at: 2008/09/03 21:51
The administrator has disabled public write access.

Re:[SOLVED] form action=? 16 years 8 months ago #4644

CRaig i'd love to hear abpout salesforce joomla integrations...please email at info - joomkit - com
blah blah blah: link | email
The administrator has disabled public write access.

Re:[SOLVED] form action=? 16 years 8 months ago #4645

I cant get this to work - are those single quotes right?
NOrmal php doesnt like the '=' in str_replace.....<br><br>Post edited by: alan.sparkes, at: 2008/09/12 19:04
blah blah blah: link | email
The administrator has disabled public write access.

Re:[SOLVED] form action=? 16 years 7 months ago #4872

Hey guys,

Thanks for the above help. With a little tweaking I got it to work fine with my form.

However, as soon as I set the ACTION to send the form data to my own .php all of the form validation stopped working. Has anyone else experienced this or have any suggestions to fix it?

Cheers,
Ryan
The administrator has disabled public write access.

Re:[SOLVED] form action=? 16 years 2 weeks ago #7177

Hello Craig,

Based on your post, it looks like you were able to map RSformPro to Salesforce.

Is the code listed on your post working?
Or did you have to modify the code to get things working with Salesforce?

Looking forward to your reply.

dgj
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!