K
|
karmacomposer 10/22/2010 |
Is your server or hosting server set up to properly send email. Do you have the email php or cgi scripts in the right place? |
J
|
joker author 10/22/2010 |
Is your server or hosting server set up to properly send email. Do you have the email php or cgi scripts in the right place? Mike
|
J
|
joker author 10/23/2010 |
For some reason the email being sent is email@mail.com |
![]() |
Sergey Kornilov admin 10/23/2010 |
Steve,
$email.= ";".$_POST["b"]."@mail.com"; |
J
|
joker author 10/25/2010 |
Steve, as far as I can see you save the result of prompt() in Javascript variable email however you don't pass this variable anywhere. Here is what you need to do.
$email.= ";".$_POST["b"]."@mail.com";
|
![]() |
Sergey Kornilov admin 10/25/2010 |
Your BeforeProcess code is not doing anything at all - you can remove it. |
J
|
joker author 10/25/2010 |
Your BeforeProcess code is not doing anything at all - you can remove it. New field needs to be added to the list page form.
|
![]() |
Sergey Kornilov admin 10/25/2010 |
'It refuses to submit' is not that descriptive. Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. |
J
|
joker author 11/2/2010 |
With the help of Jane and team I have figured out the solution. Hope this helps anybody else as well.
<SPAN class=buttonborder><INPUT class=button onclick="var form = $('#frmAdmin1')[0]; form.a.value='email'; return openwin(form);" value="Email selected" type=button></SPAN>
<TBODY>
//define preWin function
<script type=text/javascript src="include/customfile.js"></SCRIPT>
if(isset($_POST['submit1'])){
|