How to Create Public Forms in Salesforce to get the Data from Users - forms

I have created a form in formAssembly and integrated it with salesforce and then use that form in my email template as a button. Email is sent to the customers and customers open the form by clicking on that button and then fill in the fields of the form and submit it.
The data is updated/created in salesforce as Contact/Lead.
Now i want to do the same within salesforce instead of using formAssembly. But i don't know how to achieve this. i tried with dynamic forms but it doesn't work.
Guidance/Help is required if anybody has done it before. I shall be highly grateful.

We can use the web to lead option in the setup menu to automatically add them as salesforce object

Related

How do I get Autocrat addon form trigger to work with apps script form

I have a regular google spread sheet that triggers a sidebar form apps script Onload:
https://docs.google.com/spreadsheets/d/1f8n0eRbUacX218zUTBmrOyPWp3wOpi6tOyU8v2UnQdc/edit?usp=sharing
I need a mail merge to be initiated every time the form is submitted.
I have used the Autocrat addon for this when using Google Forms but I cannot get the form trigger to work when submitting from an apps script form. The time trigger actually works.
I feel like im missing something here, can anyone shed some light on why the form trigger doesn't work in this configuration or perhaps other a suggestion for an alternative approach.
Really appreciate the help
Dan
Only Google Forms will trigger the on form submit trigger, so you should add a Google Form to your spreadsheet and to make that your script create a Google Form response submission.
Related
create an ItemResponse in Form
how to create a google form response with app script

How to allow user to only submit an infopath form without read/write access?

I have a infopath form already built, how do I achieve the following?
user is able to access the form via infopath form web part.
user is able to fill out the form and submit via the web part.
user cannot go to Site Contents to even view the result, neither their own, nor others'
user cannot view/edit any results. Submit data only.
Is this possible in SharePoint 2013? So far the closest I could get to is use custom permission level to allow user to only view but not edit item. But I don't want them to even view the result of others. They should only see the form via the web part and submit data there.
Create custom Event receiver on item added event. once the item added just break the permission inheritance and assign the permission for admin only.
So now user can submit the data but they can't able to see that
I think it is possible to submit the form data to another site by web services.

Create public facing SugarCRM form to create contact

How can I create a publicly facing SugarCRM form in order to enter a contact into the SugarCRM database?
Do I need to create my own form and create queries to insert the fields into the appropriate customer tables or is there a stream lined way of doing this?
Check out Sugar's Web-to-Lead, you can create a basic form through the Campaigns module. Although this will post the data into the Leads module, not Contacts.
you will need to create your custom form. Then when form submit, send REST/SOAP call(set_entry) to create new contact.
You need to know that web-to-lead for only create lead record(campaign is also required int that case).

Is it possible to create a limited registration signup form using Google Docs Forms?

I would like to create an event signup form using Google Docs. The user is able to select which session they would like to attend, but I need to somehow limit the number of people that can register for each session.
I can not find a way to do this using the standard form creator GUI, however I think it might be possible to do using Google Apps Script. I would need to be able to customize the form that is loaded to remove sessions that are already full based on a query to the underlying spreadsheet.
Is this possible, or should I look into other Web Form surveys?
The Google Apps Script Template site has some good templates to help you do something like this. In particular, the Course Registration template sounds like what you should use.

Suggest best way to do this approval workflow for share point form library to send email to the user

I have created the Info path form.
Once the new form created i need to send the email to users which the user selected in the people picker field.
Is that possible to do this using Designer,or VS 2010.
Give some reference to do this.
http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/817c0905-be9c-4b69-aee6-1c5043fc835c/