I have a form action, I want to submit data to this with a button (not html form) what is the best practice around this?
I have tried:
document.forms["FORMname"].submit();
which submits, but not the values for my form action
I have a form action, I want to submit data to this with a button (not html form) what is the best practice around this?
I have tried:
document.forms["FORMname"].submit();
which submits, but not the values for my form action
Hello, I want to add heatmap layer in my maps application, how would I do this?
I want to pull values from input or label, then into map for layer,
not working, this is for salesforce.com date field.
how'd u do that
Hi. Yes I did that, the main reason I want to avoid this is for reporting purposes in my database.
The issue I run into is with mobile. Example: "2" = "feb"
Maybe I will just live with it for now
I did test it. I have date picker value mapped to request. It is still not working
"Text" works, for example: if I select input component - date, it will map it. But on mobile it is "jan" instead of "1" so I can't use it.
for clarification, I have the salesforce.com date format as "mm/dd/yy" and i changed it in appery properties, still no luck