• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

formatting on auto-complete input field (missing space b4 class?)

skyrun

Active Member
i think the missing space after the value= and before class= is causing issues. shows RED in a source view, and in firebug, finds the class= ok, but interpets the input tag as having a "="" parameter in it which can't be good...

HTML:
<input type="text" size="50" name="sf_lead___person_id-auto-complete" id="sf_lead___person_id-auto-complete" value="COPR: Christina Maxwell - cmaxwell@quiznos.com - 7208384484 "class="fabrikinput inputbox autocomplete-trigger input-xxlarge""/>
 
Is that for the database join element? If so I've fixed that. If not which view/element is this on?

Cheers
Rob
 
Back
Top