Source: https://opensource.com/business/16/2/top-6-open-source-crm-tools-2016
EspoCRM `github.com/espocrm/espocrm`_ PHP http://www.espocrm.com
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Save Web Form Data to Spreadsheets - Contact Form</title> | |
<script | |
src="https://code.jquery.com/jquery-3.4.1.js" | |
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" | |
crossorigin="anonymous"></script> | |
<script> | |
function SubForm (){ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Save Web Form Data to Spreadsheets - Contact Form</title> | |
<script | |
src="https://code.jquery.com/jquery-3.4.1.js" | |
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" | |
crossorigin="anonymous"></script> | |
<script> | |
function SubForm (){ |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Save Web Form Data to Spreadsheets - Contact Form</title> | |
<script | |
src="https://code.jquery.com/jquery-3.4.1.js" | |
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=" | |
crossorigin="anonymous"></script> | |
<script> | |
function SubForm (){ |
<script> | |
function SubForm (){ | |
$.ajax({ | |
url:'https://api.apispreadsheets.com/data/410/', | |
type:'post', | |
data:$("#myForm").serializeArray(), | |
success: function(){ | |
alert("Form Data Submitted :)") | |
}, | |
error: function(){ |
Sub Main_Routine() | |
''' The first parameter is the recipient's number, including the country code. | |
''' The second paramter is the content of the message. | |
WhatsAppMessage_Send "12025550108", "God Loves You" ''' TODO: Specify the recipient's number here. NOT the gateway number | |
End Sub | |
Sub WhatsAppMessage_Send(ByRef strNumber As String, ByRef strMessage As String) | |
Dim INSTANCE_ID As String, CLIENT_ID As String, CLIENT_SECRET As String, API_URL As String | |
Dim strJson As Variant |
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html> | |
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> | |
<head prefix='og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# revathskumar: http://ogp.me/ns/fb/revathskumar#'> | |
<meta content='190751917666930' property='fb:app_id'/> | |
<meta content='article' property='og:type'/> | |
<meta expr:content='data:blog.url' property='og:url'/> | |
<meta expr:content='data:blog.pageName' property='og:title'/> | |
<meta expr:content='data:blog.pageName' property='og:description'/> |