Landing page
This topic contains 3 replies, has 2 voices, and was last updated by Alex Rollin 6 years, 12 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
April 8, 2018 at 5:47 pm #425514
Hello,
i am building a landing page and i would like to show only the registration form and stile it a bit. How can i do this without using the shortcode gd-login
is there a way i can make my own shortcode gd-register that would only show the registration form (Username and Email)?
thanks
PierreApril 8, 2018 at 9:42 pm #425524This is the form i have to change
<form id =jinbound_landing_page_form action="/do-more-diving/47-jinbound-landing-pages/1-the-dive-site-network.html?task=lead.save&page_id=1" method=post enctype=multipart/form-data> <div class=row-fluid> <div class=span12> <div class=row-fluid> <input type=text placeholder="First Name" name=jform[lead][first_name] id=jform_lead_first_name value="" class="input-block-level required" required aria-required=true style="width:99%;height:43px;border:0px;outline:none;font-size:18px;padding:0px 10px;margin-bottom:0px;border:1px solid #f5f5f5;background:#f5f5f5;color:#000;margin-bottom:8px;" /> </div> <div class=row-fluid> <input type=text name=jform[lead][last_name] placeholder="Last Name" id=jform_lead_last_name value="" class="input-block-level required" required aria-required=true style="width:99%;height:43px;border:0px;outline:none;font-size:18px;padding:0px 10px;margin-bottom:0px;border:1px solid #f5f5f5;background:#f5f5f5;color:#000;margin-bottom:8px;" /> </div> <div class=row-fluid> <input type=email name=jform[lead][email] placeholder="Email" class="validate-email validate-email input-block-level required" id=jform_lead_email value="" required aria-required=true style="width:99%;height:43px;border:0px;outline:none;font-size:18px;padding:0px 10px;margin-bottom:0px;border:1px solid #f5f5f5;background:#f5f5f5;color:#000;margin-bottom:8px;" /> </div> </div> </div> <div class="row-fluid"> <div class="span12"> <div class="btn-toolbar"> <div class="btn-grou row-fluid"> <button type=submit class="btn" style="width:98%;height:51px;border:0px;outline:none;font-size:21px;padding:0px 10px;margin-bottom:7px;border:0px solid #f5f5f5;background:#B10725;color:#f5f5f5;font-family: 'Capriola', sans-serif;margin-left:7px;">JOIN NOW! </button> </div> </div> </div> </div> <div> <input type=hidden name=option value=com_jinbound /> <input type=hidden name=task value=lead.save /> <input type=hidden name=page_id value=1 /> <input type=hidden name=Itemid value=1026 /> <input type="hidden" name="xxx" value="1"/> </div> </form>
April 8, 2018 at 10:12 pm #425526Here is what i have so far: https://www.divesitenet.com/do-more-diving
April 10, 2018 at 12:07 am #425634It looks like you are well on your way, there.
You can also see this if you w ant to dig deeper into a customization:
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/
It looks like you are using Buddypress. Feel free to check out our UsersWP too:
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket