Closed Ramya-Devendiran closed 9 months ago
Hi @Ramya-Devendiran, sorry for the late reply. Sadly, I could not replicate this issue. Can you provide the steps that you have done more specific? Or do you see any errors in the log viewer?
Here's what I have tried to do:
The solution is a multi language site.
Step 1: Create forms. Step 2: Create a block list “Forms” Step 3: Add a form picker property to the blocklist “Forms” and NOT set “Vary by culture”. Step 4: Create/ edit block list and click FORM PICKER field. Actual Result: No forms are listed. With Regards Ramya Devendiran.
From: Nguyen Doan Thanh @.> Sent: Wednesday, January 10, 2024 11:29 AM To: umbraco/Umbraco.Forms.Issues @.> Cc: Ramya Devendiran @.>; Mention @.> Subject: Re: [umbraco/Umbraco.Forms.Issues] FormPicker not listing the form (Issue #1130)
Hi @Ramya-Devendiranhttps://github.com/Ramya-Devendiran, sorry for the late reply. Sadly, I could not replicate this issue. Can you provide the steps that you have done more specific? Or do you see any errors in the log viewer?
Here's what I have tried to do:
— Reply to this email directly, view it on GitHubhttps://github.com/umbraco/Umbraco.Forms.Issues/issues/1130#issuecomment-1884580005, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATX4XILZJAPQCBJXPHQ6SDTYNZUP3AVCNFSM6AAAAABARUG3U2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBUGU4DAMBQGU. You are receiving this because you were mentioned.Message ID: @.**@.>>
Hi @Ramya-Devendiran - I'm afraid we're still having trouble replicating this. Here's the setup I've tested with...
.. and as you can see, the forms appear to be selected.
Are you able to spot what is different with your setup where you see the problem please?
Hi,
The setup is same as mine.
Now, It is working for me too.
I changed the formpicker to VARY BY CULTURE and then changed back to NOT vary by culture. I am not sure what fixed the issue automatically. The formpicker is listing the forms.
One thing to note is I added translations to the FORM field labels. I am not sure whether these label translations is expecting VARY BY CULTURE form picker.
@.*** Thanks for your support.
With Regards Ramya Devendiran.
From: Andy Butland @.> Sent: Monday, January 15, 2024 8:20 AM To: umbraco/Umbraco.Forms.Issues @.> Cc: Ramya Devendiran @.>; Mention @.> Subject: Re: [umbraco/Umbraco.Forms.Issues] FormPicker not listing the form (Issue #1130)
Hi @Ramya-Devendiranhttps://github.com/Ramya-Devendiran - I'm afraid we're still having trouble replicating this. Here's the setup I've tested with...
image.png (view on web)https://github.com/umbraco/Umbraco.Forms.Issues/assets/1993459/21648a46-491d-4c3e-b43e-4fcb75777408
.. and as you can see, the forms appear to be selected.
Are you able to spot what is different with your setup where you see the problem please?
— Reply to this email directly, view it on GitHubhttps://github.com/umbraco/Umbraco.Forms.Issues/issues/1130#issuecomment-1891451167, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ATX4XINWW6265N3BMRCTEMTYOTKAXAVCNFSM6AAAAABARUG3U2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJRGQ2TCMJWG4. You are receiving this because you were mentioned.Message ID: @.**@.>>
OK, thanks for coming back to us. I'll close the issue then if it's working for you now.
Form translation labels aren't really related to the "vary by culture" settings for content. It's solving a similar problem of course of providing translated values, but for Forms we use the dictionary to lookup the appropriate localised text.
I am using Umrbaco 12.3.1, Umbraco forms 12.1.1 Created a simple contact form and added a formpicker to a documenttype. Formpicker is showing empty list in the backoffice. The same form is getting listed when clicked insert FORM with theme in RTE property and also when added this form as "allowed forms" in form picker data type settings. I have used Umbraco forms in my other projects. It worked smooth and had no issues. What could be wrong now in latest version?