I notice 35 views for this topic, but no response ( in 5 days). What is usually the response time from SuiteCRM experts in this forum? I ask not to be bold, but to know out of curiosity.
I tried testing your form with the same results you obtained.
I also tried modifying WebToPersonCapture to WebToLeadCapture and the result was a blank page with the following message:
“We are sorry, the server is currently unavailable, please try again later.”
Maybe your DB is down. However I suggest that you check that your server is up and running correctly and then try yourself by modifying the line:
DB is not down. Modifying the code simply change error from no module to server down.
Went with Joomla form add-on and gain same results, similar to host their support suggests an error in the code such as possible wrong user id or campaign. Both are correct, at least near as I can tell.
Yet, I seem to be the only one with the issue. I will explore my web site maker Joomla, re: HTML, blank to see if I missed something from their side.But I am pretty sure that this is a SuiteCRM issue, if anyone from Suitecrm can help
With the web to lead form, I generated within SuiteCRM over a dozen forms including suggestion to do so just with the last name.
I investigated Joomla’s potential to strip HTML and can confirm this issue is not relevant here.
My host for Suitecrm, siteground has been great in supporting my issue here to a point. From what I can understand this issue is with SuiteCRM and the code it generates for me is faulty
Ssugarcrm.log is empty, but previously displayed other SuiteCRM errors in setting up users. The and ph_errorlog displays a third SuiteCRM issue that I am having setting up email within SuiteCRM. Both may issue with file permissions, given that SuiteCRM is hosted on a shared server. And this may somehow be related to my webtolead topic.
Googling is not much help and I understand that the SuiteCRM experts are busy.
Googling WebtoPersonCapture does lead you to Githup, where I compared the following files below to what I have on my website for SuiteCRM. They don’t match but matching them does not remove the error.
Hi,
I see in : modules/Campaigns/WebToLeadCapture.php
Some requirement fields like :
Campaign_id, status of campaign = active, and too redirect_url or redirect : else we got a error message : LBL_SERVER_IS_CURRENTLY_UNAVAILABLE
I checked and did create the campaign prior to creating the form. Assigned the campaign in creating the form. So as far as I can tell this is not the issue.
I don’t know enough about HTML to understand the logic that leads to error message, except to say that everything seems to be there in order to generate a submission of lead into my CRM including campaign.
Why it goes to module not recognized remains unknown to me.
And for such as simple integration, I am a bit disappointed that it cannot be resolved any faster.
I have created and downloaded a webform and it works fine (new lead properly created on submit ).
Though, I cannot find a way to re-edit the form I have created? (something like: view person forms), I only see the associated campaign in “view campaigns”).
Is there a way to locate a person form and modify it?
Thank you in advance for your kind and prompt reply.
Hopefully this has long been resolved for you, but I recently, as in today, ran into this same issue.
I resolved it after discovering that the form code that Suite generates was apparently not aware that it is running on a secured (HTTPS) server, and therefore the Form Action URLs in the code were HTTP instead of HTTPS.
Once I noticed this and added the missing “S”, the form is posting fine and adding leads.
Went for it the sooner I could. Indeed, there where a lost “s” in the site_url also the whole “https://” in host_name.
Thanks again for the tip @pgr !