Jump to content

Integração WHMCS x HTML


Recommended Posts

Bom dia / Boa tarde/ Boa noite

Pessoal, sei que venho enchendo o saco demais rsrs

Uma ultima duvida

como implanto esse código no meu site html

<form method="post" action="https://financeiro.gsphost.com.br/dologin.php">
Email Address: <input type="text" name="username" size="50" /><br />
Password: <input type="password" name="password" size="20" autocomplete="off" /><br />
<input type="submit" value="Login" />
</form>

 

Implantar nesse padrão

 

            <div class="signin-signup-form">
                <div class="form-items">
                    <div class="form-title">Sign up for new account</div>
                    <form id="signupform">
                        <div class="row">
                            <div class="col-md-6 form-text">
                                <input type="text" name="firstname" placeholder="First name" required>
                            </div>
                            <div class="col-md-6 form-text">
                                <input type="text" name="lastname" placeholder="Last name" required>
                            </div>
                        </div>
                        <div class="form-text">
                            <input type="text" name="username" placeholder="E-mail Address" required>
                        </div>
                        <div class="form-text">
                            <input type="password" name="password" placeholder="Password" required>
                        </div>
                        <div class="form-text text-holder">
                            <span class="text-only">Preferred method of payment.</span>
                            <input type="radio" name="pmethod" class="hno-radiobtn" id="rad1"><label for="rad1">Paypal</label>
                            <input type="radio" name="pmethod" class="hno-radiobtn" id="rad2"><label for="rad2">Credit Card</label>
                        </div>
                        <div class="form-button">
                            <button id="submit" type="submit" class="ybtn ybtn-accent-color">Create new account</button>
                        </div>
                    </form>
                </div>
            </div>

 

Mas precisamente nesse página aqui 

https://gsphost.com.br/signin.html

 

 

Link to comment
Share on other sites

1 hora atrás, GuilhermeSantosPorto disse:

Bom dia / Boa tarde/ Boa noite

Pessoal, sei que venho enchendo o saco demais rsrs

Uma ultima duvida

como implanto esse código no meu site html

<form method="post" action="https://financeiro.gsphost.com.br/dologin.php">
Email Address: <input type="text" name="username" size="50" /><br />
Password: <input type="password" name="password" size="20" autocomplete="off" /><br />
<input type="submit" value="Login" />
</form>

 

Implantar nesse padrão

 

            <div class="signin-signup-form">
                <div class="form-items">
                    <div class="form-title">Sign up for new account</div>
                    <form id="signupform">
                        <div class="row">
                            <div class="col-md-6 form-text">
                                <input type="text" name="firstname" placeholder="First name" required>
                            </div>
                            <div class="col-md-6 form-text">
                                <input type="text" name="lastname" placeholder="Last name" required>
                            </div>
                        </div>
                        <div class="form-text">
                            <input type="text" name="username" placeholder="E-mail Address" required>
                        </div>
                        <div class="form-text">
                            <input type="password" name="password" placeholder="Password" required>
                        </div>
                        <div class="form-text text-holder">
                            <span class="text-only">Preferred method of payment.</span>
                            <input type="radio" name="pmethod" class="hno-radiobtn" id="rad1"><label for="rad1">Paypal</label>
                            <input type="radio" name="pmethod" class="hno-radiobtn" id="rad2"><label for="rad2">Credit Card</label>
                        </div>
                        <div class="form-button">
                            <button id="submit" type="submit" class="ybtn ybtn-accent-color">Create new account</button>
                        </div>
                    </form>
                </div>
            </div>

 

Mas precisamente nesse página aqui 

https://gsphost.com.br/signin.html

 

 

Não seria mais fácil enviar a pessoa a página: https://financeiro.gsphost.com.br/clientarea.php
Ela já é do WHMCS...

Link to comment
Share on other sites

Falto só inserir  isso no seu código entre a div de senha e submit

Citar

<form action="post" action="https://financeiro.gsphost.com.br/dologin.php" method="postclass="signin-signup-form">



 

na pagina que você mandou esta errado deveria ficar algo assim

https://gsphost.com.br/signin.html



 

<div class="signin-signup-form">
  <div class="form-items">
  <div class="form-title">Sign in to your account</div>
  <form id="signinform">
  <div class="form-text">
  <input type="text" name="username" placeholder="E-mail Address" required>
  </div>
  <div class="form-text">
  <input type="password" name="password" placeholder="Password" required>
 

</div>

<form action="post" action="https://financeiro.gsphost.com.br/dologin.php" method="postclass="signin-signup-form">

  <div class="form-button">
  <button id="submit" type="submit" class="ybtn ybtn-accent-color">Sign in</button>
  </div>
   


 

Edited by Otavio

Fox Soluções | (011) 3090 4444 / (011) 96841-9797 |  www.FoxSolucoes.com
 | Streaming Áudio | CentovaCast | Revendas de Streaming | Data Center Brasil  EUA | 
 | Streaming Vídeo | CastControl WOWZA | Revendas de Streaming | Data Center Brasil  EUA | 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Do you agree with our terms?