Load Status has randomly stopped working bug?

bgareth2 02 Sep, 2016
Hello, I have a bit of a weird one:

I have just come back to one of my forms and the setup in this tutorial WAS working but now it isn't: https://www.youtube.com/watch?v=qHNmms9Qb_s

Just to be on the safe side, I set up a new form, connected it up to an article and followed the tutorial to the absolute letter (I didn't bother with the terms and conditions tick box though).

Essentially, when I load the form at http://www.gbglaw.org.uk/GBGLaw2/index.php?option=com_content&view=article&id=143&Itemid=289 - the Email address box that should be hidden isn't even though it is set to load status "parent hidden" without quotes. Subsequently, the yes or no options within the radio box do not do anything.

I can only presume that something else within Joomla is interfering. Is this a bug report?

The code for the form is as follows:

<div class="form-group gcore-form-row" id="form-row-radio15"><label for="radio15" class="control-label gcore-label-left gcore-label-checkbox">email</label>
<div class="gcore-input gcore-display-table" id="fin-radio15"><div class="gcore-single-column" id="fclmn"><div class="gcore-radio-item" id="fitem"><input name="radio15" id="radio15" value="yes" class="A" title="" style="" data-load-state="" data-tooltip="" type="radio" />
<label class="control-label gcore-label-checkbox" for="radio15">yes</label></div>
<div class="gcore-radio-item" id="fitem1"><input name="radio15" id="radio151" value="no" class="A" title="" style="" data-load-state="" data-tooltip="" type="radio" />
<label class="control-label gcore-label-checkbox" for="radio151">no</label></div></div><span class="help-block">why</span></div></div><div class="form-group gcore-form-row" id="form-row-text2"><label for="text2" class="control-label gcore-label-left">other</label>
<div class="gcore-input gcore-display-table" id="fin-text2"><input name="text2" id="text2" value="" placeholder="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="hidden_parent" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-button17"><div class="gcore-input gcore-display-table" id="fin-button17"><input name="button17" id="button17" type="submit" value="Submit" class="btn btn-default form-control A" style="" data-load-state="" /></div></div>


Hoping someone would be kind enough to put their finger on this for me. So frustrated 😀

Thanks and Kind Regards,

Beanie.
bgareth2 02 Sep, 2016
Answer
Please close this off - there was a module at the top called artnews and it was calling jquery again even though, as it has been explained to me, Joomla calls it already and this caused a clash. As soon as I disabled artnews, everything works! So sorry!
This topic is locked and no more replies can be posted.