mlchrt
Forum Replies Created
-
Hi there,
thanks for the quick reply!! I meant without using the form elements. So just for an information section (no checkboxes / radios). Just a bar which i can embed via the HTML element or something else. Just to show information in a section with a drop down.
I can’t just embed code in the HTML box as it get’s parsed and is not fully functional. How can i achieve a simple hidden text which is visibile when clicking on a button or something.
Thanks!
Great, thanks Luis! A really good starting point. Is there anyway to limit this is a certain submit notification or are now all e-mail notifications in the mentioned form attached with a pdf? If I’ve got two replys. One for the admin and one for the submitter, how can I just attach the pdf to the submitter not the admin notification?
- This reply was modified 1 year, 5 months ago by mlchrt.
Hi there, thanks for the reply. Sadly this option does not enable one to set limits to the year is auto-updated to the current year and the next. I want to have this automated. Anyways to activate the visuals of the dropdown and get the limits option of the datepicker in calendar form? Thanks and cheers!
Hi Patrick, I just want one drop down field with the current year and the next year. So there are two dropdowns, one is the month and the other one is the current year and the current year plus one. There is no need for the day. Any workarounds to fix this?
Hi Adam,
thank you for your response! The date picker could be an option but in my use case there is no need for the day. Month could be considered but the day is too much details. I saw if I switch to the dropdown mode in the datepicker, the limits tab is away. Is there anyway to also limit the years as shown above in this view and hide the day column?
Any other workaround for this?
Thank you!! ??
Hi there,
thanks for confirming the bug. Is there any known workaround for this kind of bug?Hi Nithin,
the update didn’t fix the missing decimal. The e-mail I receive from the form above is:You have a new website form submission: Number 10 Calculations 10.505,00 Calculations 106.100,50 // Here are all decimals shown 10505 // Here are the decimals not shown 106100.5 // Here are the decimals not shown too ---
Any ideas why the “0” is missing in 106100.5 and why the formating is not applied as in the {all-fields}?
Thanks!
- This reply was modified 2 years, 2 months ago by mlchrt.
Hi there,
i did some testruns with a demo form and the now got two mistakes regarding the decimals.See my demo form here: https://pastebin.com/4mcNaqUA (PW: 3yri10HEDp)
First I see all decimals normal in the {all_fields} export, but if I address one seperatly it just shows the first decimal nevertheless what the settings are. Now if I also change the formating of the decimals (in all form fields), calculations will not work if I include a calculation field inanother calculation field todo a calculation. If I turn back to the original formatting this works again.
I would be happy to get the decimal problem fixed first because this is really limiting when dealing with money calculations.
75.50$ is currently when addressing it seperatly with {calculation-1} just 75.5$ which is quite a bummer.
Here is the format of the e-mail template:
You have a new website form submission: {all_fields} // Here are all decimals shown {calculation-1}? // Here are the decimals not shown {calculation-2} //This calculation is not working
Do you got any ideas?
Hi there,
i’m currently not able to provide an export. Any clues why this could happen? The calculation fields look fine in the form but are missing one decimal in the e-mail export.
Thanks and kind regardsHi there,
this also effects text-inputs beside textareas. Can I just add another if clause likestrpos( $key, 'text' ) !== false )
to apply the plugin also on text flieds?
Thanks!Hi Nithin,
thanks for your response. Sadly this doesn’t fix the problem. I did everything you told me above. Created a mu-plugins folder placed a file named formfix.php inside and copied the code above with the edited form id. Sadly the text-areas are still rendered as html. This applies also to text-inputs without valdidation. And yes you’re right, I’m not using all-fields, I’m adding each form piece through a shortcode in the e-mail notification tab. I’m sadly getting no results with the code above. How can I test if the mu-plugins are being executed?
Thanks for your outstanding helpHey there,
it still happens everytime, cause the e-mail is send as an HTML-Email so every client parses HTML in the text as usal e-mail contents. Here is the a quick sample form: https://pastebin.com/T3D9HuhP (PW:buqyuNQVrf) and if you know paste for example<a href="https://www.w3schools.com/">Visit W3Schools.com!</a>
in the textfield it will be rendered as a link in the recipet e-mail to the admin. The HTML is not stripped in the text field nor in the text-area while being processed.Hi,
thanks for the quick response. I’m running Version 1.16.2 and in my case all text-areas are passing the html not stripped instead in the response emails a link for example is just displayed fine as a link. Had not the chance to test <script> or tags but this could really be an issue. I’m currently not able to share a sample form code but i tried this earlier today with a form set up already. All other plugins disabled.- This reply was modified 2 years, 5 months ago by mlchrt. Reason: Added info
Hi Pawel,
do have an example showing a translation of an result to a new format? As shown in the image? How can I take an result and set the right format?Hi Adam,
thanks for your reply. Is there possibility to change the display type with some workarounds like putting another calculator field inbetween? Or how is it somehow possible to display larger prices with some seperator at all.