• 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: Preview Page Help

Preview Page Help 10 years 2 months ago #30399

I am having some issues with my preview page. The form is correct, the preview page shows, but the information does not populate in the preview. I have followed the directions from the RSJoomla site but I can't figure out what I'm doing wrong. Here is my codes.
<script type="text/javascript">
function preV(order-form, param2, param3, true)
{
	if (param2 == 1 && param3 == 1)
	{
	document.getElementById('titleP').innerHTML = document.getElementById('Title').value;
	document.getElementById('fnameP').innerHTML = document.getElementById('First_Name').value;
	document.getElementById('lnameP').innerHTML = document.getElementById('Last_Name').value;
	document.getElementById('numberP').innerHTML = document.getElementById('Phone_Number').value;
	document.getElementById('faxP').innerHTML = document.getElementById('Fax_Number').value;
	document.getElementById('emailP').innerHTML = document.getElementById('Email_Address').value;
	document.getElementById('addr1P').innerHTML = document.getElementById('Address_1').value;
	document.getElementById('addr2P').innerHTML = document.getElementById('Address_2').value;
	document.getElementById('cityP').innerHTML = document.getElementById('City').value;
	document.getElementById('stateP').innerHTML = document.getElementById('State').value;
	document.getElementById('zipP').innerHTML = document.getElementById('Zip_Code').value;
	document.getElementById('phonenewP').innerHTML = document.getElementById('Phone_Number_New').value;
	document.getElementById('faxnewP').innerHTML = document.getElementById('Fax_Number_New').value;
	document.getElementById('messageP').innerHTML = document.getElementById('Message').value;
 
 
	var i;
	for(i=0;i<document.getElementsByName('form[RadioGroup]').length;i++)
		if (document.getElementById('RadioGroup'+i).checked)
		document.getElementById('radioGroupP').innerHTML = document.getElementById('RadioGroup'+i).value;
	var j;
	for(j=0;j<document.getElementsByName('form[CheckGroup][]').length;j++)
		if (document.getElementById('CheckGroup'+j).checked)
		document.getElementById('checkGroupP').innerHTML += " " + document.getElementById('CheckGroup'+j).value;
	}
	rsfp_changePage(order-form, param2, param3, true);
}
</script>

The actual form can be found at this address:

inventusnetmarketing.com/clients/pscb/index.php/services
The administrator has disabled public write access.

Preview Page Help 10 years 1 month ago #30814

hi

go the same problem did u find how to solve it

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