Hi guys got a problem with two separate form fields.
one is a search field and the other is a donation form which users can give the amount of the donation.
now the search field is working properly without any problem. but the donation form has some issues which i have not found a fix for.
the problem is when ever u press the donate button it does noting now i have checked this with the firefox console and it seems the donation button is interfering with the search field. So when i have typed in something in the first form which is the search form field and pressing the donate button in the donation form the search form is getting its results. Now i have narrowed the problem down to which lines of the two form are conflicting with each other and those lines are if i am correct here:
tried any possible way to fix this with in the form code it self but
none of them have worked so far.
tried the two forms in separate pages and they work without interfering
with each other, but when placing them on the same page the donate
button seems to interfere with the search field of the first form.
to understand the problem try putting New York in the first search field
and then press the donate button it will get the times of that
location. Now the donate button when pressed should take visitors to
this page mysite.com/idealcheckout/checkout.php
I’m guessing the problem lies somewhere else within the page
I took the code from my last post and uploaded it to my site. Then changed checkout.php with one of my sites php files. When pressing the donate button it directed to my php file just fine.
Were probably going to need a link to your live working page to debug this any further.