This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
View Entry and Edit Entry align fields?
Started 9 years ago by jambog | 3 posts |
-
Hi,
I know you can use customer CSS to align fields in the form when viewed from the front end by the customer, but how can I align fields when logged into the back end in either view entry or edit entry? I'm sure I could edit the edit_entry.css file, but I am a novice and am having trouble where to begin editing exactly or if this would even be the right file? Hopefully somebody can point me in the right direction. Thank you.
Posted 9 years ago # -
You'll only need to edit the "includes/view-functions.php" file.
Search around line 5783 for this code:if(!empty($edit_id)){
change it to become:
if(false){
This way, when you edit your entry, the form will use the same CSS file (including alignment styles) as when your form being viewed by the customer.
MachForm Founder
Posted 9 years ago # -
Thank you, that worked how I wanted it too. Great support!
Posted 9 years ago #
Reply
You must log in to post.