You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a page to send a card to some one its from an un personalised welcome page where the sender selects 1 out of 3 card to an unpersonalized page where the sender puts in the following information.
Own First and last name and email adres
and the firstname, last name and emal adres of the recipient.
Al these field need to be stored in a linked Excel database file when sender clicks the save button.
this page is based on the code of the register.html page from the sdk
But when i put in the asked info on the page and click send i get the following error
I am creating a page to send a card to some one its from an un personalised welcome page where the sender selects 1 out of 3 card to an unpersonalized page where the sender puts in the following information.
Own First and last name and email adres
and the firstname, last name and emal adres of the recipient.
Al these field need to be stored in a linked Excel database file when sender clicks the save button.
this page is based on the code of the register.html page from the sdk
But when i put in the asked info on the page and click send i get the following error
XMPL error
Error details
HTTP error data
Source:
url:
Result:
status:
data:
HTTP object
{}
Nothing more where am i doing things worng.
The code has been broken down to only one field
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://ajax.xmcircle.com/ajax/libs/xmpl/1.9.1/xmp/js/xmp.min.js"></script> <script src="./xmpcfg.js"></script>`<!doctype html>
The text was updated successfully, but these errors were encountered: