Support Forum

Current User: Guest
Search Forums:


 






Collapsable Sections not working?

Resolved
No Tags
UserPost

8:36 am
March 9, 2010


Trevor Mills

 
1

Hey Steph,

I've upgraded to the latest version (1.02.00) and the Section Headers no longer collapse. 

The code put out is:


<div id="frm_field_214_container" class="form-field  ">
    <label class="frm_pos_top">Section Name
        <span class="frm_required"></span>
    </label>
</div>

It looks like something is broken in the call to FrmProFieldsHelper::get_default_html() as that is not being called properly to add the shortcode [collapse_this].

Any ideas?


T


9:27 am
March 9, 2010


Steph

 
2

Dang. Dumb mistake at the last minute. It's getting the wrong default HTML. Release coming shortly. For now, just replace your HTML for that field with this:


<h2 class="frm_pos_[label_position][collapse_class]">[field_name]</h2>
[collapse_this]
[if description]<p class="description">[description]</p>[/if description]

Sorry!

11:53 am
March 9, 2010


Trevor Mills

 
3

No worries.  I can hold off to get the release, instead of mucking about with the HTML.


p.s. I'm making changes to improve the Table field type.  Maybe best for you to hold off on integration until it's stable?

12:01 pm
March 9, 2010


Steph

 
4

It's released now (version 1.02.01). I haven't started implimenting your table field, I've only made a couple changes so the nested arrays will work in the email and the listing page. Let me know when you're ready and I'll drop you a refund.

No Tags


Reply to Topic:
Collapsable Sections not working?

Guest Name (Required):

Guest Email (Required):

Smileys
Cool Surprised Smile Wink Laugh Confused Cry Embarassed Frown
Post New Reply

Guest URL (required)

Math Required!
What is the sum of:
5 + 5
   


Resolved