+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 31

Thread: Integrate RC login form in a box within my homepage..static HTML website

  1. #21
    sfreemanRCM is offline Registered User
    Join Date
    Apr 2008
    Posts
    22
    Downloads
    0
    Uploads
    0

    Thumbs up Roland Rules!

    Roland!!!

    You da man!!

    I tried everything else and was about to give up--- many thanks to you-- works perfect---

    now I just gotta go back and add back the code that brings you back to the forum---

    anyway, I owe you one!!

  2. #22
    techdude is offline Registered User
    Join Date
    May 2008
    Posts
    38
    Downloads
    2
    Uploads
    0

    Default

    THe password is not being transfered in mine either!

  3. #23
    smalek is offline Registered User
    Join Date
    Aug 2008
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default regarding form name

    Quote Originally Posted by Yann View Post
    #1) <form name="f" action="http://my_path_to_rc/?_task=mail" method="post">
    User: <input name="_user">
    Password: <input name="_pass" type="password">
    <input name="_action" value="login" type="hidden" />
    <input name="_host" value="myhost" type="hidden">
    <input type="submit">
    </form>
    .....
    can someone please explain why the form name is "f", could i change it to something else if i want to?

    thanks for the support.

  4. #24
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Yes, you can name it whatever.

  5. #25
    nhomauhoaphuong is offline Registered User
    Join Date
    Oct 2008
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default

    Originally Posted by Yann
    #1) <form name="f" action="http://my_path_to_rc/?_task=mail" method="post">
    User: <input name="_user">
    Password: <input name="_pass" type="password">
    <input name="_action" value="login" type="hidden" />
    <input name="_host" value="myhost" type="hidden">
    <input type="submit">
    </form>
    .....
    i put this into my main website page... people go to my site then login to their mail straight from my mainpage... but then if they put the wrong username and or password it will direct the login again page to http://www.domain.com/mail/?_task=mail --- is there anyway i can make it come back to the mainpage so user can try to putin there username and password to login again instead?
    also....
    when they logout... it will go http://www.domain.com/mail/?_task=mail also... can i make it go straight to the website mainpage instead?

    [please help me how.
    thanks

  6. #26
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    Posted via Mobile Device

    your question already has been answered in this thread. modify ./skins/templates/login.html as adviced.

  7. #27
    blackace is offline Registered User
    Join Date
    Oct 2008
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    How can I change the text for the submit button?
    Last edited by blackace; 10-15-2008 at 04:48 AM.

  8. #28
    rosali's Avatar
    rosali is offline Super Moderator
    Join Date
    Dec 2007
    Location
    Germany
    Posts
    2,394
    Downloads
    36
    Uploads
    0

    Default

    @blackace:
    Code:
    <input type="submit" value="w h a t e v e r">
    P.S.: Basic HTML/JS/CSS/PHP/MySQL coding skills are required to use RoundCube!

  9. #29
    blackace is offline Registered User
    Join Date
    Oct 2008
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    Thanks rosali!


    I haven't written code in a long while and I forgot what the syntax was.

  10. #30
    MyTaskHelper is offline Registered User
    Join Date
    Oct 2008
    Posts
    1
    Downloads
    0
    Uploads
    0

    Cool You can embed your static site with forms which has database backend

    Hi


    If you still need do embed your site with forms, but you don't want/can't do it, using php, or something like it, - you can use Managing your objects together
    - this is free online database.

    You can create any from you need, like Mailing List, make it public and add widget code to your site.


    Please, let me know if you have any questions about it.

+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts