You are viewing limited content. For full access, please sign in.

Question

Question

form-del-field (Delete Buttons) Missing

asked on October 29, 2018

Newbie here.  I'm creating a form for Position account changes.  The left table (Current Pos. class="CurPos") is read-only and has the form-del-field and form-add-row buttons disabled.  The New Position table (class="NewPos") has the same data copied to it so the users can make changes there by either changing the funding source or adding/deleting rows.  Only the New Pos. data would flow to the next event.

Problem I'm having is getting the 'X' form-del-field buttons to appear next to the New Pos rows.  If I click on 'Add Row' they ALL appear until I delete one row then they all disappear again.

Does anyone have any ideas?  I've tried the default by removing the css to no avail.


.CurPos .cf-table-add-row {display:none!important}
.CurPos .form-del-field {display:none!important} 
.CurPos, .NewPos {table-layout: auto;width:45%;float:left;} 
.CurPos .cf-section-header {color: white; background-color: yellow;}
.NewPos .cf-section-header {color: white; background-color: lightgreen;}

 

AcctChanges.png
AcctChanges.png (74.78 KB)
1 0

Replies

replied on October 30, 2018

I was able to finally get this to work using CSS.  Tried the attached code without the '!important' tag but it didn't show up.  I would rather use JQUERY to do it but I'm still at the beginning phase of learning.  Any suggestions would be appreciated.

Thanks,

Tim

.NewPos .form-del-field {display:inline!important}

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.