Nick van Bakel
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databaseThanks Michael, it works now!
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databaseI hope that you can help me Michael! it would be great if it could work!
Forum: Plugins
In reply to: [Contact Form DB] Autofill from database<p>Bestand toevoegen:<br /> [file* Bijlage limit:100000000 filetypes:jpg|jpeg|png|gif|pdf|doc|docx|ppt|pptx|odt|avi|ogg|m4a|mov|mp3|mp4|mpg|wav]</p> <p>Verkoper: <select name="Verkoper" id="text"> <option value="Ted de Goey">Ted de Goey</option> <option value="Jeroen van der Zouwen">Jeroen van der Zouwen</option> <option value="Martin Nagtegaall">Martin Nagtegaal</option> <option value="Jan Kooman">Jan Kooman</option> <option value="Reinier Domhoff">Reinier Domhoff</option> </select> <p>Klantnaam: <input type="text" id="text" name="Klantnaam" placeholder="Klantnaam"></p> <p>Gender: <input type="radio" name="HeerMevrouw" value="heer"> heer <input type="radio" name="HeerMevrouw" value="mevrouw"> mevrouw</p> <p>Email address: <input type="text" id="text" name="emailaddress" autocomplete="on" placeholder="Email"></p> Salesorder: <input type="text" name="Salesorder" id="text" list="datalist1"> <datalist id="datalist1"> [cfdb-html form="Contact"]<option value="${Salesorder}">[/cfdb-html] </datalist> <p>Ref.POklant: <input type="text" id="text" name="Ref.POklant" placeholder="Ref.POklant"></p> <p>Eindgebruiker: <input type="text" id="text" name="Eindgebruiker" placeholder="Eindgebruiker"></p> Preview: [textarea Preview "Bedankt voor uw bestelling. Bijgesloten vind u de opdrachtbevestiging, controleer a.u.b. of deze correct is. Uw bestelling zal zo spoedig mogelijk verwerkt worden."] <p>[submit "Verzenden"]</p>It won’t work this is my full code i hope you can do something with it.
It keeps displaying this:
http://prntscr.com/96otqkand i don’t know why…
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databaseThis is what it displays:
http://prntscr.com/96otqkThis is my database:
http://prntscr.com/96otwtAnd this is my code:
Salesorder: <input type="text" name="srch" id="srch" list="datalist1"> <datalist id="datalist1"> [cfdb-html form="Contact"] <option value="${Salesorder}"> [/cfdb-html] </datalist>I don’t know what’s wrong with the code.
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databasecan you give me an example please? i’m new with the plugin?
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databaseI don’t know how to solve it. I hope you can.
Forum: Plugins
In reply to: [Contact Form DB] Autofill from databaseSorry i meant autocomplete. i have looked on every forum but i can’t find it anywhere.
It looks like this but i i don’t want the options i want to get the values out of the database do you know how?
<input type="text" name="srch" id="srch" list="datalist1"> <datalist id="datalist1"> <option value="Canada"> <option value="China"> <option value="Mexico"> <option value="United Kingdom"> <option value="United States of America"> <option value="Uruguay"> </datalist>
Viewing 7 replies - 1 through 7 (of 7 total)