Field formatting in Stand-alone entry form in ExpressionEngine has always been pain for me. Especially in Stand-alone edit form.
I rarely use the default {custom_fields} tag as I prefer to stylize each field differently, so the only solution to give proper formattion to fields was adding
<input type=“hidden” name=”{exp:form_helper:field_grabber field_name=‘train_date_start’ which=‘format’}” value=“none” />
However, I’ve discovered much simplier way!
Posted by runner at 10:01 AM.
Filed under:
Tips & Tricks •
(0) Comments •
Permalink
Upon installing OpenX, I realized that it does not display properly some UTF-8 charactes, such as Russian ‘И’ and ‘ш’.
The solution is to place SET NAMES ‘utf8’ in following places:
Posted by runner at 09:05 AM.
Filed under:
Tips & Tricks •
(0) Comments •
Permalink
I was trying lo load the remote page via jQuery load() function. In Firefox, everything worked perfectly, but Internet Explorer returned just nothing. The request was sent, but the function (as well as other jQuery ajax functions - I tried) returned just parsererror.
After spending several hours googling trying different thing, I found that solution was very simple…
Posted by runner at 08:58 AM.
Filed under:
Tips & Tricks •
(0) Comments •
Permalink