• 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: Auto-populate a list from a table with the status

Auto-populate a list from a table with the status 9 years 8 months ago #32263

Hello,
You can see in the url I want to do.
I inserted the following code in Javascript:

<script>
function rsfp_onSelectDate(date, type, args, calendar)
{
var valor="<?php require('http://*********/horario.php');?>";
document.getElementById('Horario').innerHTML=valor;
}
</script>

But I returned this Clicking on a date:

<select name="form[Horario][]" id="Horario" class="rsform-select-box"><!--?php require('http://******/horario.php');?-->
</select>

Ie tells me the contents of php , what it is due ? How do I have to do ?
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!