Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
ian sterling
0 points
Beginner
can some one please help me.
Ive managed to make the form
but the form it directing to the 3rd party xml database and not echo the information back .
i think it needs to be jquery/ajax as its required to load without refreshing the page to allow the information to be grabbed and entered into the listing.
here is a example of the form ive managed to build if you look at the url after its been submitted you can see the structure of the details that are required when making the request
can some one please help me.
Ive managed to make the form
but the form it directing to the 3rd party xml database and not echo the information back .
i think it needs to be jquery/ajax as its required to load without refreshing the page to allow the information to be grabbed and entered into the listing.
here is a example of the form ive managed to build if you look at the url after its been submitted you can see the structure of the details that are required when making the request
<body>
<h2>Enter Vehiche Registration Number</h2>
<form id = “myform” action=”https://www.w3schools.com/xml/note.xml” method=”GET”>
<input type=”hidden” name=”username” value=”password”>
<input type=”hidden” name=”mode” value=”test”>
<input type=”hidden” name=”key” value=”key1″>
<input type=”text” name=”vrm”>
<input type=”Submit”/>
</form>
</body>
thanks in advance for any help provided… 🙂
Members Only Content
This reply is for PremiumPress customers only.
Login Now