Loading...

Customizing forms

Viewing 9 posts - 11 through 19 (of 19 total)
  • Author
    Posts
  • #10003822
    Arial Burnz
    Participant

    Thank you for creating such a wonderful plugin!

    I, too, need a little customization to my form. I know just enough CSS to make me dangerous (LOL), but I think I can address my problem.

    I’m using the Mantra Theme. Here’s my site and the form I’m addressing: http://www.arialburnz.com/vip-club/join-club/

    As you can see on the form, each of the fields has a bullet point. I would love for that to go away. I tried to insert some CSS into the Mantra customization CSS section, but even though I had at one point accomplished it for the form…it also took away all the bullet points for the entire site.

    I tried to use CSS modifications in the Pie-Register General Settings > Custom CSS section and it still isn’t working. It’s basically not responding at all.

    Here’s the CSS I tired in the General Settings:

    /*Trying to get rid of bullets in the registration form*/
    /*.pieregformWrapper #pie_register_reg_form ul > li {
    background-image: none;
    }

    Can you tell what I’m doing wrong?

    Thank you for any assistance you can provide!!

    Arial Burnz
    http://arialburnz.com

    #10003823
    Arial Burnz
    Participant

    Oh, sorry! I’d also like to know how to change the text color on the submit buttons. The white text on a gray button is just too difficult to see.

    Thanks!
    Arial

    #10003824
    Arial Burnz
    Participant

    Doh! Nevermind! I was able to fix the submit button using this:

    /*Darkening text on submit button*/
    .piereg_container .piereg_login_wrapper .submit input[type=”submit”], .pieregWrapper input[type=”submit”], .pieregWrapper .piereg_cancel_profile_edit_btn {
    color: #000000;
    }

    Just in case someone else needs it. I put this in the Custom CSS area in General Settings for Pie-Register.

    #10003825
    Arial Burnz
    Participant

    And here’s the code I used to try to get rid of the bullets, but it did it across my whole site:

    /*Trying to get rid of bullets in the registration form*/
    .entry-content ul > li {
    background: transparent;
    background-image: none;
    }

    #10003826
    Arial Burnz
    Participant

    Sorry for all the messages. I’m working out the kinks in my registration process. Thanks in advance for your patience!

    I have a nifty new plugin that creates a popup for people to register. Unfortunately, it doesn’t directly integrate with the WP User List. It WILL integrate with my mailing list plugin (MyMail Newsletter), but UNFORTUNATELY, MyMail does NOT transfer subscriber into to my WP User List. It will sync my current list, but not transfer the new subscribers.

    However, it does allow me to “Re-submit contact details to 3rd party HTML Form”. I’m wondering if I have the HTML for the Pie-Register form with fields, I might be able to use this option.

    Your thoughts? Suggestions? Or the HTML code?

    When I go to my registration page and right-click on the form to select “Inspect Element”, I see the Pie-Register form only has the class names for the fields.

    Thank you for any help you can provide!

    Best,
    Arial 😀

    #10003827
    Pie Register
    Participant

    Hello,

    You can export Users from PR Import/Export section, shall it work?

    Thanks

    #10003828
    Arial Burnz
    Participant

    Thank you for the suggestion, but I’m trying to set this up so I don’t have to keep doing an export/import. If the form would allow me to populate the user information directly, that would solve all my problems. Pie-Register custom forms already allow me to register users directly into my WP User table. If there was an HTML version of the form – some way I could call the fields directly – then perhaps I could use this nifty Layered Popups plugin to interface with my WP User table.

    I’m trying to automate the process as much as possible. I have 1000 subscribers and I need that to go up to at least 3000-5000 BUT I don’t want to create an administrative nightmare in the process.

    Looking forward to seeing some answers about the bullets.
    Thanks!

    #10003829
    Pie Register
    Participant

    Hello,

    One possible way is to use PR HOOK that fires on User Registration this
    way you can automate this process.

    Thanks

    #10003834
    Arial Burnz
    Participant

    Thank you! I’ll look into that!

Viewing 9 posts - 11 through 19 (of 19 total)
  • The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.