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

putting in form #7

Open
Slugman1983 opened this issue Jul 23, 2011 · 1 comment
Open

putting in form #7

Slugman1983 opened this issue Jul 23, 2011 · 1 comment

Comments

@Slugman1983
Copy link

Hi,

i would like to put in form submit but it seems i cant

had to upload text coz didnt display it here http://www.text-upload.com/read.php?id=109261&c=1806480

but i cant get it to display, if i try some other php code it works but with

dont. Any suggestion?

Regards

@daniel-tonn
Copy link
Contributor

Hi,

instead of inserting your html-text with plain copy&paste like this:

text : '<form name='thanks' ...

Since a string is started and stopped with a ' or " you have to escape all occurrences of these chars by ''

text : '<form name='thanks' ...

I hope this will solve your problem.

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

2 participants