Hosted pages need to collect "Name"

Matthew Highland's Avatar

Matthew Highland

29 Apr, 2016 03:36 PM

I use the Cheddargetter hosted page to sign up students for a subscription.
Unfortunately, I can not collect the 'Child's Name' for the registration.
Sometimes its hard to match credit cards to "Child's names" just by using the email etc.

is there anyway Cheddargetter can add an extra form field? Instead of the 'company name?'...
please help.

  1. 1 Posted by Drew Songer on 29 Apr, 2016 04:07 PM

    Drew Songer's Avatar

    Hi Matthew,

    You could use some CSS creatively to alter the name of the company field on the Hosted pages.

    Something like:

    label[for=company] { 
    visibility: hidden; 
    } 
    label[for=company]:before { 
    content: 'Child's Name'; 
    visibility: visible; 
    }
    
    might do the trick.

    Of course, the information you collect will still be stored in the company field, but this will definitely prompt users to include the appropriate information on signup.

    Best,
    Drew

  2. Drew Songer closed this discussion on 03 May, 2016 03:43 PM.

Discussions are closed to public comments.
If you need help with Cheddar please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

28 Mar, 2024 10:45 PM
24 Jan, 2024 08:33 AM
11 Jan, 2024 07:13 AM
30 Nov, 2023 02:07 AM
22 Nov, 2023 08:41 AM