Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMPL error #10

Open
sojab0on opened this issue Feb 28, 2018 · 0 comments
Open

XMPL error #10

sojab0on opened this issue Feb 28, 2018 · 0 comments

Comments

@sojab0on
Copy link

sojab0on commented Feb 28, 2018

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
`<!doctype html>

<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>
Vul Alstublieft de gevraagdce gegevens hier onder in.
Email Kaart
			</div>
			<div>
		      <form xmp-register xmp-success-url="./dank.html">
		      	<ul>
		      		<li>
		        		 Voornaam Verzender :&nbsp &nbsp <input type="text" xmp-write-ador="xmp.r['Voornaam Verzender']"  size="30">
		        	</li>
		        </ul>
        		<input class="btn-primary" type="submit" value="save" xmp-tracking-action>
		      </form>				
			</div>
		</div>
	</div>
</div>

<script src="./deps/jquery/jquery-1.10.2.min.js"></script>
<script src="./deps/xmp/js/xmp.min.js"></script>
<script src="./xmpcfg.js"></script>
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant