Use our Google Custom Search for best site search results.
Search
-
Hi Hilary,
Thank you for providing a screenshot. This would be helpful and works for me. Thanks again for your help. Much appreciated. :)
-
Hi,
My InfoPath form has a Start time and End time, but there is no auto-format in the form that I can use to get time with AM/PM. I was thinking by using Concat(Substring) for the text field, etc. But I have no clue. Any suggestion on how to do it is greatly appreciated.
Thank you,
-
Hi,
I have an InfoPath form library that will be sent via email instead of a document library once the user clicks submit. This is something that I never tried before. So, I am not sure how it's supposed to be worked as I don't know where the form should be located/saved to start a new form and how to set permissions for ...
-
I just got it work. Thanks, :)
-
Hi Hilary,
Good news is that I got the count of returned rows. Never mind. Thanks for your help. :)
-
Hi Hilary,
I'm kind of getting your ideas by using query field. let me try in creating an example form. Then, I will send you a copy of it to see what I am trying to do. Thanks so much for your help. :=)
-
Hi Hilary,
Thank you for your help as always. It would be interesting if it's doable. How do you set a count of the already submitted forms? Should I use a "Set a field's value" = 1, each time the form is submitted? Can you be more specific steps on how to do this? Any examples?
For ...
-
Hi,
I have a registration InfoPath form (SharePoint list) with a number of spots available. I wonder is there a way to set auto-populate the "available spots" in the InfoPath form? Any suggestions or samples on how to do this would be greatly appreciated.
Thank you so much for your help!
-
-
Hi, I am trying to use the concat for a name field to get the first name and last name (a period between first and last name) as Lisa.Sanchez@XXX.com from the people picker.
I create a name field and insert from "Fx" with concat(substring-before(DisplayName),
"@"), "@XXX.com") and People picker returns display name ...