3
votes
1answer
113 views

Saving two categories from two dropdowns in front end posting form

So, here's the deal: I have two category dropdowns, the first for the parent categories and the second for the child categories. They form a chain so that when you select the parent category the ...
0
votes
1answer
413 views

Using a form to post to an external URL from within WordPress [closed]

I'm trying to use a form to post data to an external URL, and I'm completely stumped by this problem. The exact code I'm using is: <form name="login" action="https://www.example.com/" ...