HI,
How can i stop the html validation?
Error showing - The url u submitted has disallowed chars.
I want to be able to post any html code.
Also are you able to add ckeditor?
Thanks
- MSAnswered
Hello,
Can you please let me know where are you getting this error and share the url too.
I suspect, it’s not html related but
permitted_uri_chars
in theapp/config/config.php
Thank you
- DCAnswered
Hi,
I added autoresponder code to the page
- DCAnswered
I added these ?#,$ in the app/config/config.php. No error showing now.
Its my categories have , and -
Also what file do i need to edit to change the file upload dimensions? The width is only show half size on the page.
- DCAnswered
Is the autoresponder code forced not to post?
- MSAnswered
Hello,
Please be carefull for allowing speciall chars.
For size, you can modify in the
upload
method ofapp/controllers/Forums.php
The default is 800x800 and 500kb.I am not sure about
autoresponder
you can always disable to check.You can check
encode_html
method ofapp/libraries/Tec.php
to know allowed tags.Thank you
- DCAnswered
Thanks for your help
So for the autoresponder code i added
When i press the submit button nothing happens
Please visit https://www.forum.dfixin.com/beauty,-fitness,-health,-medical,-personal,-skin-care,-spas-style/boost-metabolism
MSAnsweredHello,
Allowed script tag will open you to xxs attacks
The click is working and it is calling the
https://www.websiteanalyze.dfixion.com/js_controller/click_info
but getting no reponse data.Thank you
DCAnsweredHi,
Here is an example of how its is meant to work https://www.dfixin.com/profit-mail
This link is just tracking for analytics not to do with the autoresponder. https://www.websiteanalyze.dfixion.com/js_controller/click_info I have commented out this code, it still does not process the submit request
MSAnsweredHello,
You are submitting form with javascript and javascript code is not working. You can try to move the js code to footer view file or set the action on the form.
Thank you
DCAnsweredHi,
This is the form i am using
What part would i need to move to the footer or change on the form?
Thanks
- Login to Reply