• 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: Silent Post Issue

Silent Post Issue 13 years 9 months ago #14356

I am trying to do to a silent post, I have used the example code they have provided, I'm not able to get it to work right. Has anyone here had any issues with the silent post?
The administrator has disabled public write access.

Re:Silent Post Issue 13 years 9 months ago #14357

 
<form name="form1" method="post" action="https://www.mcssl.com/app/contactsave.asp?merchantid=XXXXX">
<table>
    <tr>
      <td>Name</td>
      <td><input name="Name" type="text" size="40"></td>
    </tr>
    <tr>
      <td>Email</td>
      <td><input name="Email1" type="text" size="40"></td>
    </tr>
    <tr>
      <td>Phone</td>
      <td><input name="Workphone" type="text" size="40"></td>
    </tr>
	<tr align="center">
		<td colspan="2">
			<input type="Submit" name="cmdSubmit" value="Submit">
		</td>
	</tr>
  </table>
</form>
 
 
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!