Hello Chronoforms,
In tcpdf i am using {data:fieldname} for the text boxes.
How can i use the data from the radiobuttons and from the checkboxes list?
Thank you.
Also, if i wanted to add to my form a gps location map where people could define their cordinates, does the chronoform has some feature for it? Or do i have to program it?
if i have to program it, how can i use typescript?
Data from any field is same to get:
{data:field_name}
Do you mean a Google Map location ?
Typescript needs to be converted to Javascript before you use them on a web page
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Yes! Like a feature of google maps. How can i do it?
1. Go to Google maps. In the Search Google Maps text box, type in the address of the location you want to display on your web page.
2. When the map appears, click on the Share icon.
3. Select the Embed tab on the Share window.
4. Click on Copy HTML.
5. Paste the HTML (<iframe code) in an HTML view in your Chronoforms v8 form
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Thats amazing! But i still cant make the user to "mark" the location he wants. Thats was the idea, is that possible?
And if yes, how do i get the value of the cordinates he will provide for tcpdf?
Hello max, i figured out. I am using the openstreetmap API.
Now i need to fill a field automatically with the Address when the user marks a place in the map. I already have the map showing coordinates and the address as a text under the map. I wanted to print that information inside the field of the address.. How can i do it?
Great, could you please post how you solved it ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
pedrorodrigues123, please tell us how you solved this.
Basicly I created a new field box with the data inside, with html code. I couldnt print it to my chrono fields
But how did you create the connection with openstreetmap? I would like to display data from CF7/8 on an openstreetmap.