This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
.NET MVC application and Machform
Started 13 years ago by GTITC | 2 posts |
-
Hello just purchased my copy of v3 today. I have set up everything without a problem, just customizing of the confirmation email but its minor.
This is what I want to do:
I have a .net application that has a CRM module and uses SQL Server 2008. I have set up my contact details fields in the application exactly to match what is the request for quote form on my website.
What I would like to do is that after the user completes the form
1) form fields get entered into MYSQL db - does right now without a problem
2) sends a confirmation email with fields entered in the completed form - does right now without a problem
3) posts the information into my .net mvc application sql serverMy developers are starting to work on this today but just wanted to see if I could get some heads up as to what files might be the ones that most likely will need to get modified so I can let them know where to look instead of browsing all over the place.
So just to be clear I want exactly what the form is doing right now just also be able to add the post to connect to my sql server and enter that same data. I understand this will be a custom solution that will have to be made/API of some sort but I am hoping I can add/customize machform current code to achieve this task.
Any help / tips would be more than appreciated, thank you.
Posted 13 years ago # -
If you need to post the data into another database/system, I suggest to modify the "process_form()" function in "includes/post-functions.php" file.
Around line 2301 you should find this code:if($process_result['status'] === true){
You can put your additional code below that code.
MachForm Founder
Posted 13 years ago #
Reply
You must log in to post.