Edit box info in Image form 
Auteur : Dag J.
Visité 345,
Followers 2,
Partagé 0
Is it possible to change default text i the submission form boxes? Now it is in english but I want to change it to swedish.
Posté le

Press edit and change label, that should be it.

@Andre E: The "Image Form" object is used, see
>> https://market.websitex5.com/de/objekte/150a3b44-14c7-428c-b16f-2a8ec98deb
I didn't buy the object myself, but according to the screenshots in the instructions, only the title and the label of the button can be adjusted, but not the field label.
Maybe the Incomedia staff can say on Monday if a change is possible or if it requires external Javascript code.
You are correct Daniel,
I have the object but that needs coding to change text or Inco needs to make changes.
I will check if i can make some coding, but a little busy at the moment.
Hello Dag,
unfortunately these localizations are automated, but not yet in all languages, and cannot be modified directly through the object settings.
I remain available.
I had some time, but did not succeed, maybe Kolasim can take a look?
...
...
<script>
/** cambio nome campi input "image_form" x WSx5 by KolAsim **/
$(document).ready(function () { var tentativiK = 0; var maxTentativiK = 20; var intervalloK = setInterval(function () { var $el = $("[id^='pluginAppObj_'][id$='_visualform']"); if ($el.length && $el.is(":visible")) { cambianomeK(); clearInterval(intervalloK); } tentativiK++; if (tentativiK >= maxTentativiK) { clearInterval(intervalloK); } }, 500); /*K*/});
/**K**/ function cambianomeK(){ $('fieldset.name input').attr("placeholder","Namn*"); $('fieldset.surname input').attr("placeholder","Efternamn*"); $('fieldset.tel input').attr("placeholder","Telefon*"); $('fieldset.mail input').attr("placeholder","E-Post*");$('fieldset.btn-submit button[type="submit"]').text("Skicka");}
</script>
ciao
*
Auteur
Sorry,
I am not an expert of coding....
Where should I put this script?
Many, MANY thanks if it´s working.
>> Step 3 - Map > The 'Page Properties' window > Options in the Expert section >
> ▪Custom Code: > Before closing the HEAD tag
.
ciao
.
Works great KolAsim!
Auteur
So grateful for excellent work, my friends!
And wish you all a Merry Christmas!