PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Change advanced fields

  1. Hi,

    Is it possible to remove/change/add parts from the advanced fields?

    f.e. the name field has four fields but i dont need the prefix field. Can i delete it somewhere?

    Otherwise i'll have to create three text fields (first name, last name, suffix).

    Thanks!

    Posted 10 years ago on Monday June 10, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi,

    You can't delete the prefix part of the extended name field but you can hide it by adding the following CSS to your theme's stylesheet

    .gform_wrapper .ginput_complex .name_prefix {
    display: none;
    }

    Regards,
    Richard

    Posted 10 years ago on Monday June 10, 2013 | Permalink
  3. ok thanks for your reply...

    But when i want to split the address field in street and number (2 seperate fields)?
    Do i need te create all fields seperate?

    Posted 10 years ago on Monday June 10, 2013 | Permalink
  4. Richard Vav
    Administrator

    Take a look at this screenshot, is that something like what you're after?

    Posted 10 years ago on Monday June 10, 2013 | Permalink