google form allow currently date only on date picker - validation

[][anyone help pls! I need to disable all date except currently date only available to pick from date]

Google Forms doesn't support data validation / rules for date pickers.
NOTE: Google Apps Script doesn't support client-side automation for Google Forms.
Reference
Set rules for your form

Related

How to track Google conversions with Joomla Chronoforms?

I have multiple form pages and one thank you-page.
I want to track if a form has successfully submitted, but I don't know how.
When a user submits a form and gets redirected to the thank you page, it'll add different parameters to the url of the thank you page. This depends on where the user came from.
E.g www.mywebsite.com/page/nameofpage?chronoform=nameofpage&event=submit
How can I track this?
You can set this up completely outside of Chronoforms. Within Google Analytics, go to Admin section, then Goals and set up a new website goal. The key is to select it to be a destination type goal and set that to your thank you page url.
https://support.google.com/analytics/answer/1032415?hl=enhttps://support.google.com/analytics/answer/1116091?hl=enIf you want to have the conversion work in Google Adwords conversions as well, you will need to add a code snippet to a custom HTML module in the debug position: https://support.google.com/adwords/answer/6331314
You should not use two conversion trackings for the same thing because you would end up double counting your conversions.
I see that your url has an event. Instead of using destination goals in google analytics you can use events to track a goal. After you do this you will have to link google analytics with google adwords and import the goal in google adwords.
Have in mind that conversion tracking from google analytics has a big conversion lag. Having said that, the best option is to use google adwords conversion tracking but this would require to have a unique url for each thank you page.

All Appointment view Grid become inline editable in Microsoft Dynamic CRM 2013

Is there any way to change the All Appointment View grid become inline editable grid? This is the All Appointment page
Not from the out-of-the-box CRM. However, there are addons for that. Like from PowerObjects or Sonoma partners, to name a few.
Out-of-the-box does not provide this feature! Find some of the possible options here:
https://salimadamoncrm.com/2015/09/01/dynamics-crm-what-options-for-editable-grids/
You can create your won:
- Find free js+html grid
- Use Xrm object and odata API to build your desired functionality.

Is it possible to change timezone in jevents?

Is it possible to change timezone in jevents calendar Joomla? And, whenever timezone changes one timezone to other timezone then date automatically convert and place in the correct calendar cell.
JEvents stores the events based on a timezone as it is iCal based. So yes it is possible.
When you import/export events this is also configurable via the JEvents -> Configuration -> iCal Import/Export.
I don't know much about it but may it's help to you.
Click Here jEvent

Customize Campaign Form in Microsoft Dynamics CRM 2011?

I need to customize the Campaign Form in Microsoft Dynamis CRM .In this Form I need to customize the calender of Fiscal Year.it dispalys mm/dd/yyy format ..and i need to customize MM/YYYY Fromat.How to do this?
This is only fot that field? The format of datetime is based on user options. If it's only for that field see this answer.
I suspect that the date-time field is formatted according to the system settings (be that picked from CRM or the user's computer). Not sure if it's editable other than that. I'll take a look at it later today.
In case it's not possible to customize the date format of a single field you've got three options (listed in increasing order of control but also of implementation workload).
Set the system settings according to your wishes.
Add custom fields and control the looks in these.
Create a web resource that behaves exactly as you wish.

Can jqGrid downgrade if javascript is didabled?

I am currently evaluating grid components for our new portal project. I came across the jqGrid which I find quite interesting. One requirement I have is that the portal should work with javascript switched off.
I found this article on StackOverflow but it does not answer the question. Does anyone can tell me how jqGrid is dealing with this?
In the question which you referenced I could fine the following
Can we create the table using C# and then lay the JS over the top for
extra functionality?
Is it what you plan? Do you want that your portal works without JavaScript and produce pure HTML tables which hold the data without any Ajax requests, but in case of the user do has JavaScript on you want to use JavaScript, jQuery and jqGrid?
In the corresponding answer it was suggested to use tableToGrid function to convert the existing HTML table inclusive the contain to the jqGrid. It seems me the way which you can also follow. Why you are not satisfied with the answer?
To tell the trust I have no customers more where JavaScript is switched off. Do you want to develop the portal for some mobile devices or some other special endpoints which has no JavaScript? In my opinion JavaScript have to be on to be able to use Internet for the better productivity. So the portal which work without JavaScript will have the interface which is not up to date now. Either you have very special customer environment or the requirement seems me too hard.

Resources