Closed Thread
Results 1 to 9 of 9


Form validation deletes field entries

This is a discussion on Form validation deletes field entries within the JV-LinkExchanger Support forums, part of the JV-LinkExchanger (JV-LE) category; Hello. When somebody wants to exchange links with my site, and starts filling form fields about his/her site, if some fields are incorect (i.e. wrong ...


  1. #1
    Join Date
    Nov 2009
    Posts
    8
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Products
    -

    Default Form validation deletes field entries

    Hello.

    When somebody wants to exchange links with my site, and starts filling form fields about his/her site, if some fields are incorect (i.e. wrong captcha), JV-LE will inform you about the error and just reset the form fields. It's frustrating for ppl. to enter data all over again, especialy because letters and numbers on captcha are usualy very hard to read and it is very likely to make a mistake. Is there some code that I can ad in the script that will fix this?

    I've got another question. It is very unusual to ask you about that, but it is unusual situation.

    When somebody wants to exchange link with me and enters data corectly, I will get an email notification about that, right? Well, the unusual situation is that I DO get that email! Why is that wrong? Well, because in my Joomla instalation I cannot make Joomla to send emails! Other components and modules also report error when trying to send an email. Why da hell your script is able to do that!?

    Maybe it's because my Joomla instalation is not in the root, it's in the subdirectory. But in the config file I did change the sendmail path to absolute path of the server, and it still doesn't work. If you could tell me where in your script do you define how to send emails (I'm not a programer), maybe I'll figure out what do I have to change to make sending emails work.

    Thank you.

  2. #2
    Join Date
    Jan 2009
    Posts
    1,923
    Thanked
    21 Time(s)
    Liked
    0 Time(s)
    Blog Entries
    86
    Products
    VIP

  3. #3
    Join Date
    Nov 2009
    Posts
    8
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Products
    -

    Default Re: Form validation deletes field entries

    Actualy, I do not run the latest version, as I wrote I do. And I do not know reasons how did I manage to install v1.3 ten days ago, when you uploaded v1.4 on september 8th.

    Anyway, I uninistaled v1.3 and installed v2.0 which was a big mistake.

    - I have to translate language file all over again, since it is not compatible with the old one
    - Captcha (calculator) validation still deletes field entries when you click go back link
    - With this version JV-LE is not sending emails anymore in my Joomla instalation


  4. #4
    Join Date
    Jan 2009
    Posts
    1,923
    Thanked
    21 Time(s)
    Liked
    0 Time(s)
    Blog Entries
    86
    Products
    VIP

    Default Re: Form validation deletes field entries

    - I have to translate language file all over again, since it is not compatible with the old one
    JV-LE 2.0 is completely written from scratch based on the new Joomla 1.5 native mode architecture. So language files are certainly different.

    - Captcha (calculator) validation still deletes field entries when you click go back link
    This has been the behaviour right from the beginning. We will change/add this to our request for implementation and will be available in the next build version.

    - With this version JV-LE is not sending emails anymore in my Joomla instalation
    JV-LE uses PHP mail function to send any emails. There is nothing special being done here apart from this. Request you to check if mail function works. You can also check with your hosting provider to check SMTP (if you use) and sendmail configuration to see it mails work.

    I hope as suggested during the upgrade, that you have taken the backup of database tables before you migrated to 2.0

    Thanks

  5. #5
    Join Date
    Nov 2009
    Posts
    8
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Products
    -

    Default Re: Form validation deletes field entries

    Ok, it would be great to fix that validation problem. I don't know why emails won't work anymore. Yes, I use PHP mail function, I didn't touch that. I just installed new version of JV-LE. Something you did change in the code that makes the script not sendidng emails, just like any other extensions wont. I don't know why it was working with the v1.3.

  6. #6
    Join Date
    Nov 2009
    Posts
    8
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Products
    -

    Default Re: Form validation deletes field entries

    I finaly googled the solution to send emails. The problem is between GoDaddy windows hosting and Joomla's mail function. Nobody in the world could solve the problem, even GoDaddy said it's inposible, and that we should take Linux hosting instead.

    But this guy found the solution few days ago:
    Joomla! • View topic - Joomla! v1.5 GoDaddy SMTP Email Settings

    One of the things that should had to be done was to change mailer to SMTP server. I cant belive, but it works, I can send mails now. But! Your script is not sending emails, since you said it's using PHP mail funcition. Do you think I could change that to SMTP server?

  7. #7
    Join Date
    Jan 2009
    Posts
    1,923
    Thanked
    21 Time(s)
    Liked
    0 Time(s)
    Blog Entries
    86
    Products
    VIP

    Default Re: Form validation deletes field entries

    Thank you for the information

    One of the things that should had to be done was to change mailer to SMTP server. I cant belive, but it works, I can send mails now. But! Your script is not sending emails, since you said it's using PHP mail funcition. Do you think I could change that to SMTP server?
    JV-LE's usage of PHP mail functions works without any problem. We have tested this as well. You can also confirm the same by visiting our demo site, changing the email to yours in the basic configuration and then recommend a site from frontend. The recommendation will be sent to your email address!

    You can change to SMTP server in your Joomla config and see if it works for you.

    Thanks

  8. #8
    Join Date
    Nov 2009
    Posts
    8
    Thanked
    0 Time(s)
    Liked
    0 Time(s)
    Products
    -

    Default Re: Form validation deletes field entries

    Quote Originally Posted by sniranjan View Post
    JV-LE's usage of PHP mail functions works without any problem. We have tested this as well.
    I know that. As I wrote, the problem is in GoDaddy Windows shared hosting, not in your script.


    You can change to SMTP server in your Joomla config and see if it works for you.
    As I also wrote, I did change that, and it does work for global Joomla, but not for JV-LE. So, since I'm not a programer, can you tell me wich of the JV-LE files I should edit and change, so JV-LE can also use SMTP server?

    Thank you.

  9. #9
    Join Date
    Jan 2009
    Posts
    1,923
    Thanked
    21 Time(s)
    Liked
    0 Time(s)
    Blog Entries
    86
    Products
    VIP

Closed Thread

Similar Threads

  1. how translate the addlink form in JV-LE ?
    By olivierf in forum JV-LinkExchanger Support
    Replies: 3
    Last Post: December 19th, 2009, 10:21 AM
  2. How to add a link validation Code joomla website first using JV LE?
    By rockk45 in forum JV-LinkExchanger Support
    Replies: 8
    Last Post: October 13th, 2009, 01:06 AM
  3. 21 character limit field
    By rowby in forum JV-CL Feature Requests
    Replies: 3
    Last Post: March 11th, 2009, 08:18 AM

Tags for this Thread

Bookmarks

Posting Permissions

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

Joomla! is Free Software released under the GNU/GPL License. This is not an official Joomla! Site, or Product. The use of the word Joomla! is intended to describe what the product is designed for and should not be considered an endorsement by the Joomla Project