Any suggestion of best practice about changing from
<option value="inspecta">inspecta</option>
to
<option value="inspecta">Some explaining name</option>
Best,
Andrea
Any suggestion of best practice about changing from
<option value="inspecta">inspecta</option>
to
<option value="inspecta">Some explaining name</option>
Best,
Andrea
not really...if you want to do that..have to hack into the plugin code.
That was my fear.. any advice where to start from? :)
well, the easiest way to make it is looking at the page source codes. Copy the code and edit it accordingly. And paste it back to the place you need to display the form.
Note that, if you want to do it this way, just edit the option value only, any other things remains the same. And of course, you don't need the shortcode or widget any more to display the form.
thanks a lot..
You must log in to post.