Home › Forums › Legacy Support › Support queries › Styling issues › Signup Form Style Issue
Tagged: signup form
- This topic has 16 replies, 3 voices, and was last updated 5 years, 3 months ago by logan.
-
AuthorPosts
-
July 19, 2019 at 9:50 am #219034ramprasadvSpectatorHello, I am using our registration form - http://w8e.c29.myftpupload.com/student-registration/ Added more fields required by client. Now I want 1.the same design showed in the default demo https://wplms.io/demos/default/register/. As we are using default demo it is not taking the same layout.
- All fields need to be captured and can be view-able to admin. Where Can admin see the fields entered in registration form?
July 19, 2019 at 9:52 am #219035ramprasadvSpectatorThis reply has been marked as private.July 19, 2019 at 12:32 pm #219059AvaMemberHi The form we are using are coming from BuddyPress and all the styling are done through BuddyPress. Refer: http://prntscr.com/ohaawo As the form you have is not supported by BuddyPress, thus it is not following the styling of the form like in our demo default. To match the style Please try to add the below custom css code to WP-admin > Appearance > Customiser > Custom css > Publish code#student_registration p input{width:100%} code#student_registration legend{margin-bottom:0px;font-size:18px;font-weight:600;font-family:sans-serif;line-height: 0px;border-bottom:none;} code#student_registration div form ul li div p.field-visibility-settings-notoggle{display:none;} code#student_registration div form ul li div>p{font-family:sans-serif;margin:0}July 23, 2019 at 3:32 am #219372ramprasadvSpectatorThis reply has been marked as private.July 23, 2019 at 1:02 pm #219485loganMemberThis reply has been marked as private.July 24, 2019 at 2:38 am #219555ramprasadvSpectatorYes. I got the difference. But ,I want a better layout for my form. In your given video of tutorial, the form look like different and better layout. Can you make it for my custom form - http://w8e.c29.myftpupload.com/custom-registration-vs-default-register/
on signup click my form should open.
My custom form should have google signup functionality like - https://prnt.sc/oj6vah
If user signup using google how can system take all custom profile fields from user? Because it never ask for other form fields with google signup.
After successfully signup where admin will see the all the information filled by user?
July 24, 2019 at 8:15 am #219619loganMemberThis reply has been marked as private.July 24, 2019 at 5:08 pm #219719ramprasadvSpectatorThis reply has been marked as private.July 25, 2019 at 1:25 pm #219855AvaMemberPlease paste the below custom css code to WP-admin > Appearance > customizer > custom css > publish .wplms_registration_form input[type=text], input[type=password], input[type=email], input[type=url], input[type=image], input[type=number], input[type=search], input[type=time], textarea { width: 100%; } .wplms_registration_form legend{margin-bottom:0px;font-size: 14px;font-weight:600;font-family:sans-serif;line-height:50px;border-bottom:none;} .wplms_registration_form ul li label { font-family: "Open Sans","Helvetica Neue",sans-serif; font-size: 14px; } .wplms_registration_form code p{display:none;} .wplms_registration_form code {white-space:nowrap;} Refer: http://somup.com/cqiTITeXMCJuly 25, 2019 at 4:18 pm #219888ramprasadvSpectatorThis reply has been marked as private.July 26, 2019 at 8:18 am #219971AvaMemberHi Please check the steps to set up the captcha, below is the link providedhttps://wplms.io/support/knowledge-base/google-captcha-public-and-private-keys/
https://wplms.io/support/knowledge-base/google-captcha-on-buddypress-registration-page/
July 26, 2019 at 9:59 am #219981ramprasadvSpectatorI want login with google like another form in our system - https://prnt.sc/okb7am http://w8e.c29.myftpupload.com/instructor/July 27, 2019 at 10:44 am #220124loganMemberhello, please remind me by Monday, this has template issue. i have to look thoroughly.July 30, 2019 at 7:28 am #220364ramprasadvSpectatorHi http://w8e.c29.myftpupload.com/instructor/ I am looking for help in formatting this form. I am using custom profile fields into the form. I want all these fields under section 'Profile Details'. Form should start with Google button then 'Account details' section and the 'profile details' sectionJuly 31, 2019 at 12:43 pm #220594loganMemberHello, on the custom registration form, there won't be a button of google or facebook. it comes under login style. here: http://prntscr.com/omgl48
here is your registration form. you have messed with the registration form that's why both the default and custom register form was coming on the same page. that won't work ever. refer: http://prntscr.com/omh8i6 -
AuthorPosts
- The topic ‘Signup Form Style Issue’ is closed to new replies.