Jump to content

When I click on Formbutton, nothing happens


Recommended Posts

i just downloaded this software interspire email marketer to send email campaigns but in the process of sending out email i get to a page where i select the email list i want the email campaign to go to out to. but after i make this selection and click the "Next"button nothig happens. i just click on the button but it doesnt lead to the next page at all. it just remains in the same page.

this is very frustrating so i did some research and did a "View Page Source"on mozilla and i found this in the code for that button:

 

<input class="FormButton SubmitButton" type="button" value="Next >>" />
<input class="FormButton CancelButton" type="button" value="Cancel" />

 

i'm a noob so i looked up the internet and saw that the code here should look more like this below for the button to function like it should:

 

<input class="FormButton SubmitButton" type="submit" value="Next >>" />
<input class="FormButton CancelButton" type="button" value="Cancel" />

 

my issue however came when i tried to correct this on the webpage code. i downloaded a php editor but it could not locate the page for editing....the page is:

 

http://naudeyfire.atwebpages.com/marketing/admin/index.php?Page=Send

 

but the phpeditor does not locate this page...i do not see it when using ftp ...i only see

 

http://naudeyfire.atwebpages.com/marketing/admin/index.php

 

 

so my question is two-fold:

1) is it true that changing that code from "button"to "submit" will enable me to proceed to the next page that the button is supposed to link to?

 

2) how do i find this exact page in order to correct and update it on the server?

 

thank you very much ...

 

 

Link to comment
Share on other sites

It is true that you need something to do a submit, but in this case it might be some javascript doing it instead of a form button. As for your editing attempt - you have to actually have the source code to edit and it appears you are trying to edit it on somebody's server somewhere. FTP the file down to your pc and then edit it. But then you have to ftp it back too.

 

As for locating the page, you haven't given us any page names (scripts) other than index.php. Have you looked at index.php yet?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

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

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.