• 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: Dynamic Drop-down change form

Dynamic Drop-down change form 4 years 1 month ago #41097

  • sintcorp
  • sintcorp's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 16
Need help
To retrieve the value of Field1 within Field2.
I'm using Conditional Fields,
Field1 = State
Field2 = City

Inside Campo2 I have the script
// <code>
$items = array ();
$items [] = "| Select [c]";
$curl = curl_init ();
$CodEst = $_POST ;
curl_setopt_array ($curl, array (.....
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!