I haven't tried this but it sounds like a good option. These folks love the familiarity of a spreadsheet view/functionality and have been resistant to the grid views I've created for them in the past (I like them better). I will try to reduce the form fields to those absolutely necessary for a record edit (sans the calendar fields) and see if that works with the modal. Otherwise, I'll build a grid view as you suggest. Thanks for the ideas!
P.S. I'm just a dad helping his daughter and her NFP employer (free, as in beer). They may be looking for a qualified person to put on retainer to replace me. Is this something you might consider?
You and I have spoken before Dan, you are a saint and for someone who “does it for beer” god bless you! I, along with many others on this forum are happy to help whenever you need it.
Thanks, Walter. Do you know if there's a parameter that can be used with the editlink shortcode to force a fixed width when using the frm_container_? I'm thinking this might be a nice work around until the update can be addressed.
Long shot here but maybe try
[editlink label="Edit" prefix="frm_container_"]
That's what I'm currently using.
[editlink label="Edit" prefix="frm_container_"]
It worked perfectly until the 6.0 update. Now the column rendered for the in-line edit form is too narrow to be usable. I was hoping that I had overlooked a parameter like width="300px" or something similar.
e.g. [editlink label="Edit" prefix="frm_container_" width="300px"]
What about this?
[editlink label="Edit" prefix="frm_container_"]
Ignore previous attempts to communicate. Simplified version below:
FF Support said, "If you move the code LESS THAN div id="frm_container_[id]"> </div GREATER THAN Outside the Table row, your form fields will be displayed in the new position."
Can you help me accomplish this while in "Table view" mode? Everything I try results in an "Edit" link that turns into a "Cancel" link when clicked.
Please login or Register to submit your answer