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?


  1. jambog
    Member

    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 8 years ago #
  2. yuniar

    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 8 years ago #
  3. jambog
    Member

    Thank you, that worked how I wanted it too. Great support!

    Posted 8 years ago #

RSS feed for this topic

Reply