Hi,
need some guidance or pointers on this matter.
Scenario:
1. A HTML Submit Button exists on subdomain (A Demo site)
2. Each Product Detail Page contains a different name on the Submit button, related to the product
3. Somehow I need to carry that data to the Main Domain ChronoForms - Order Form so that it automatically populates a Drop-Down field in the CF - Order Form
Is this the right way to go, or are there easier ways to achieve this?
(Purpose is to pre-populate Ordering Form with productname and not make the user "fill in/give" same info twice)
Main Domain and Sub Domain have different databases.
Even if I use CF on both Domains, I will probably not be able to retrieve data. Right?
In order to build a COMPLETE ordering form this would probably be the best solution, since I then could use any Table/Field from the Demo Site (Sub Domain) to populate the Order Form.
(But then Order Form need to be in the Sub Domain...hmm)
...as you can see... I'm a bit confused on what way to go... and how. :wink:
Any feedback is welcome... even a slap on the head.
Regards
Akerman
need some guidance or pointers on this matter.
Scenario:
1. A HTML Submit Button exists on subdomain (A Demo site)
<div><form action="http://mymaindomain.com/cforderformlinkhere" method="post" target="_blank">
<p><input name="order_prodnamexx" value="Order" type="submit" /></p>
</form></div>>
2. Each Product Detail Page contains a different name on the Submit button, related to the product
3. Somehow I need to carry that data to the Main Domain ChronoForms - Order Form so that it automatically populates a Drop-Down field in the CF - Order Form
Is this the right way to go, or are there easier ways to achieve this?
(Purpose is to pre-populate Ordering Form with productname and not make the user "fill in/give" same info twice)
Main Domain and Sub Domain have different databases.
Even if I use CF on both Domains, I will probably not be able to retrieve data. Right?
In order to build a COMPLETE ordering form this would probably be the best solution, since I then could use any Table/Field from the Demo Site (Sub Domain) to populate the Order Form.
(But then Order Form need to be in the Sub Domain...hmm)
...as you can see... I'm a bit confused on what way to go... and how. :wink:
Any feedback is welcome... even a slap on the head.
Regards
Akerman