Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

add does nothing but return original add form

Quote Reply
add does nothing but return original add form
When trying to add any record, the script only gives back another original add form without any data in it.

I use the add-confirm mod.

Anyone a hint, where it might struggle to work?

Thanks
Quote Reply
Re: add does nothing but return original add form In reply to
This question should be posted in the Links Modification Forum since it relates to Mod you have installed.

;)

You need to have the following names for input fields in the following files:

add.html

Code:
process_form

<input type="submit" name="process_form" value="Preview">
add_error.html

Code:
process_form

<input type="submit" name="process_form" value="Preview">
add_confirm.html

Code:
send_form

<input type="submit" name="send_form" value="Submit Form">
Also, make sure that you have the Mailer.pm file uploaded in your $db_lib_path as defined in the links.cfg file.

Also, make sure that you have the correct $db_mail_path OR $db_smtp_server variables set correctly.

Regards,


Eliot Lee
Anthro TECH, L.L.C
Web: http://www.anthrotech.com/