any word on this? On May 3, 11:30 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Geoff > > Looking at the generated source code of exiting forms in the admin i > have extracted the following code to wrap my own forms in. This is > what I am using for the select boxes...as an example > > ----------------------------------- > <div class="fieldSection string required "> > <label for="mySelect" class="fieldsectionlabel">my Select Label</ > label> > <div class="fieldAlign"> > <select id="mySelect" name="mySelect" class="required"> > <option value=""></option> > <option value="1">option 1</option> > <option value="2">option 2</option> > <option value="3">option 3</option> > </select> > </div> > <br class="clearer" /> > </div> > ---------------------------------- > > The same code works fine for the input type form fields and it > displays for the dropdowns but it is not positioning correctly for > select boxes. > > Also on the same note, is it not possible to make a rich text area > using a html editor like tinyMCE a required field? > > you can see what i mean in the following > imageshttp://www.cfcentral.com.au/farcry/form-ff.jpghttp://www.cfcentral.com.au/farcry/form-ie.jpg > > Even modifying the exiting dmNews.cfm template to make the content > template select box required has the same outcome so i dont think its > anything i am doing. > > Regards > Steve Onnis > > On May 3, 11:07 am, [EMAIL PROTECTED] wrote: > > > > > On May 3, 10:01 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > > Has anyone used the qForms in farcry much? > > > qForms used to be the default JS library for validation in FarCry. > > That's been removed in version 4.0. > > > The current form tool JS valisation options can be found > > here:http://docs.farcrycms.org:8080/confluence/display/FCDEV40/Form+Tool+P... > > > > I am setting up some new admin modules in farcry 4 in the admina nd i > > > am trying to implement the qForms validation into my forms. Have > > > worked out how to do that part but i am having issues with the display > > > of select boxes and the validation. The red error message is > > > overlapping the select boxes that have validation errors. The text > > > inputs seems to fine and i havent tried any other ones yet but this is > > > something off the bat that i have noticed. > > > Are you saying you are using the inbuilt formtools validation and are > > seeing these errors? Or is this something you are doing kind of "roll > > your own"? If its standard formtools please post a bug, steps to > > reproduce, with screenshot tohttp://bugs.farcrycms.org/andwe'll see > > what can be done. > > > > Anyone else having this issue? and if so is there an update or a fix I > > > can implement to correct this issue? > > > If there is a fix it would only be in SVN. I'm not aware of any > > changes to form tool UI that have been made that would address what > > you are describing. Maybe start with a bug report and we can go from > > there. > > > -- geoffhttp://www.daemon.com.au/- Hide quoted text - > > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
