Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Create Popup Windows from Signup Form?

    Hi All.... first time caller, long time listener / user.

    So here's the score......

    www.eternale.com/cart

    What we have here is a customer who'd like to offer discounts to particular user groups, and who also has a deadline of "by tomorrow". We've toyed with the idea of using the Module found in the download section that adds additional fields to the customer sign-up section, but to be honest, the instructions look translated to english, and I'm a bit intimidated by taking to my core files and MySQL DB's with that kinda instruction. Not only that, but if we add those additional fields, I can anticipate that they'd want customers added to particular Groups indicated in the Group Pricing section automatically, which I just don't have the knowledge to do (help?)

    The solution we came up with for now is to add links to the sign up form which will take the customers to an additional popup window email form, which would then have them email the administrator of the store for manual confirmation and addition to the applicable user group.

    My question is this....... in the event that I want to use Javascript to power my email form, where do I put the script piece? Login.php? English.php? Both? Since both of these forms relate to the signup process, I can't tell which one to go with.

    Any and all help is appreciated.

    Thank you in advance!

  2. #2
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Create Popup Windows from Signup Form?

    I may have worded that wrong. The form will be PHP, but the popup will be java powered.

    Script would be this:

    Code:
    <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin
    function popUp(URL) {
    day = new Date();
    id = day.getTime();
    eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=0,width=500,height=420,left = 390,top = 302');");
    }
    // End -->
    </script>
    Help? :)

  3. #3
    Join Date
    Feb 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: Create Popup Windows from Signup Form?

    All I really need to know is where to insert the javascript for the popup command, and how to properly insert the html link for the popup into the login.php file.

    Help?

 

 

Similar Threads

  1. Replies: 2
    Last Post: 28 Jul 2011, 02:26 PM
  2. Creating popup windows from images
    By dudemaaan in forum General Questions
    Replies: 3
    Last Post: 25 Mar 2010, 04:29 AM
  3. Replies: 0
    Last Post: 18 Aug 2009, 12:59 PM
  4. How can I Create Nicer Image Popup Windows?
    By ittybittykitty in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 8 Aug 2008, 02:22 PM
  5. Replies: 13
    Last Post: 3 Sep 2007, 11:43 PM

Posting Permissions

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