FormsPlus-Talk
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Do I understand correctly that everything the recipe offers is now integrated into the core? Except for the labeling with "label" and "frame"? Wouldn't it then make sense to include these in the core as well and abandon the recipe entirely? 01.03.2026 – 19:46 nitram
In addition to the core, this recipe provides datetime (dropped from the standard, don't use it), datetime-local, month, week, time, <fieldset> and standalone <label> that the core doesn't have, although the core does have integrated labels for radios and checkboxes. Petko
Hans, in your function InputPlusMarkup($m) you need to extract the $pagename variable from $GLOBALS['MarkupToHTML'], otherwise it will be null. See examples at CustomMarkup. --Petko June 16, 2017, at 02:00 PM
thank you, now corrected. I missed that one. It is a new code-line to remember, gotten so used to having $pagename as one of a function's arguments in PmWiki! - H.