twello Posted August 29, 2011 Share Posted August 29, 2011 Hallo, Wederom een vraag, mijn andere waren binnen 1 dag opgelost dus waag het er maar weer op. Ben bezig het contact formulier naar eigen wens aan te passen. Gaat prima, nu heb ik alleen als ik op de knop verzenden druk de volgende foutmelding: 01.Please select a subject on the list. Heb wel al verschillende onderwerpen, zoals in het php stukje hieronder te zien is: <select id="id_contact" name="id_contact" onchange="showElemFromSelect('id_contact', 'desc_contact')"> <option value="0">{l s='--onderwerp--'}</option> <option value="0">{l s='Algemeen'}</option> <option value="0">{l s='Klacht'}</option> {foreach from=$contacts item=contact} <option value="{$contact.id_contact|intval}" {if isset($smarty.post.id_contact) && $smarty.post.id_contact == $contact.id_contact}selected="selected"{/if}>{$contact.name|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> Hoe kan ik dit oplossen? Alvast bedankt Link to comment Share on other sites More sharing options...
twello Posted September 16, 2011 Author Share Posted September 16, 2011 iemand? is me nog niet gelukt Link to comment Share on other sites More sharing options...
maconl Posted October 1, 2011 Share Posted October 1, 2011 heb je de betreffende codes er zelf ingezet ? dan moet je de originele file weer terugzetten om onderwerpen aan te maken ga naar je BO dan naar EMPLOYEES --->CONTACTS hier kan je de onderwerpen allemaal aanmaken Link to comment Share on other sites More sharing options...
Kay van Aarssen Posted October 2, 2011 Share Posted October 2, 2011 heb je de betreffende codes er zelf ingezet ? dan moet je de originele file weer terugzetten om onderwerpen aan te maken ga naar je BO dan naar EMPLOYEES --->CONTACTS hier kan je de onderwerpen allemaal aanmaken Klopt ik zou dan inderdaad ook even de originele file terug zetten als je wat hebt aangepast. Dit wordt namelijk als je het aanmaakt in de backoffice opgeslagen in de database. Correct me if i'm wrong. Link to comment Share on other sites More sharing options...
twello Posted October 4, 2011 Author Share Posted October 4, 2011 Klopt hij doet het!!! hartstikke bedankt hoor! Link to comment Share on other sites More sharing options...
Kay van Aarssen Posted October 4, 2011 Share Posted October 4, 2011 Zet even Solves bij je topic:D Link to comment Share on other sites More sharing options...
maconl Posted October 5, 2011 Share Posted October 5, 2011 klopt djkava , eea loopt allemaal via de DB maar het is opgelost zag ik :-) Link to comment Share on other sites More sharing options...
Recommended Posts