Skip to content

Instantly share code, notes, and snippets.

@apih
Created July 9, 2024 03:42
Show Gist options
  • Save apih/86c473d28908258724f1483cfd0e85b9 to your computer and use it in GitHub Desktop.
Save apih/86c473d28908258724f1483cfd0e85b9 to your computer and use it in GitHub Desktop.
OnPay: Hide participant inputs and prefill with dummy data
<style>
.form-group:has(*[name^='participant_fullname'], *[name^='participant_email'], *[name^='participant_phone']) {
display: none;
}
.participant[data-id='0'] .checkbox-inline {
display: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment