mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: Gdn_Form - Associative Arrays?
Thank you for your code, I might implement your work-around! The whole concept of TextBox / TextBoxList etc. is a bridge abstraction too far. PHP natively handles forms whose values correspond to ass… (View Post)2 -
Re: Gdn_Form - Associative Arrays?
So far, I found the following: Gdn_Form->TextBox("Choice[]") produces <input ... name="Choice[]"> Gdn_Form->TextBox("Choice[Text]") produces <input ... na… (View Post)3 -
Gdn_Form - Associative Arrays?
PHP makes it easy to access associative arrays send via HTTP POST. Example: Ask the user to input some poll choices with each choice having a unique ID and a text: <?php if (is_array($_POST['Choic… (View Post)2 -
Re: Auto-Drafts VS. Usability
What would that solve? A solution might be to ask the client directly whether or not he has a recent auto-save of the form value. This is IMHO only possible via javascript. Only if the client browser… (View Post)2 -
Auto-Drafts VS. Usability
After playing around with Vanilla for some time, I am really annoyed by the draft auto-saves. If I write a comment and accidentally navigate back or to another site and then come back to the comment … (View Post)2