• Resolved garteth

    (@garteth)


    Hello
    Is there a way to hide the submission Id and submission type from the frontend when users are viewing their form submissions?

Viewing 1 replies (of 1 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi,

    You can use the following custom CSS to hide it:

    .rmagic .rm-submission.rm-tab-content#rm_first_tab .rm-submission-field-row:nth-child(1) {
    display:none
    }
    .rmagic .rm-submission.rm-tab-content#rm_first_tab .rm-submission-field-row:nth-child(2) {
    display:none
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Hide submission Id and Submission Type’ is closed to new replies.