The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
![]() |
some ides for the the Form Manager - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: some ides for the the Form Manager (/showthread.php?tid=966) |
some ides for the the Form Manager - sire - 02-22-2018 1. i think we shood have a way that we can add things to the div class Code: <div class="form-group like_here"> Code: <label class="" for="form">form</label> Code: <input type='text' name='website' id='website' class='form-control' value="" ></div> 2. add's username's id to the form as we can know who submits it 3. i think we shood have a way to have a custom way to add sql? to displayTable Code: SELECT * FROM someing some ides for the the Form Manager - dan - 02-23-2018 You can already add label and form field classes in the form editor, but there isn't one for the divs. Feel free to submit that and the other two to usesrspice.com/bugs and I'll get those in there. I have some ideas exactly along the lines of what you're talking about that will give you this functionality. |