Try our conversational search powered by Generative AI!

How to add a new gadget to the asset pane?

Vote:
 

Hi there!

I'm new in Episerver cms and I was gonna to add a form gadget to asset pane. But, I cant find the form gadget in gadget window!!

I have created my project as Alloy(mvc) and configure search is EpiServer search.

can anyone help me please?

thanks in advance...

#221066
Edited, Apr 12, 2020 16:57
Vote:
 

Hi Alireza, You need to install Episerver Forms in your Alloy project and then you can add gadgets in the admin area. Open the Package Manager Console window and run Install-Package EPiServer.Forms command, in case you received any error then run Update-EPidatabase

 

#221067
Apr 12, 2020 17:15
- Apr 13, 2020 11:41
thanks for your answer Mr Kumar. but when I run Install-Package EpiServer.Forms command, I receive this error:
Install-Package : Unable to find package 'EPiServer.Forms'.
At line:1 char:16
+ Install-Package <<<< EPiServer.Forms
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Ravindra S. Rathore - Apr 13, 2020 11:48
Have you configured this-
https://world.episerver.com/documentation/installing-episerver/installing-episerver-updates/
Sanjay Kumar - Apr 13, 2020 12:19
Please add a package source in your visual studio and then try.
Go to Tools -> Options -> NuGet Package Manager -> Package Source -> Add (+).
Name- e.g. Episerver ( you can give any meaning full name which you wish).
Source- http://nuget.episerver.com/feed/packages.svc/
- Apr 13, 2020 14:28
Thank you very much!
After installing updates the command was run.
Vote:
 

Hi Alireza,

Please follow this-

https://www.jondjones.com/learn-episerver-cms/episerver-developers-tutorials/episerver-modules/the-quick-and-dirty-guide-to-install-and-use-the-new-episerver-forms/

If Forms was installed, but you do not see the Forms tab, select Settings > Add Gadget. The Gadgets dialog box appears. Select Forms and Form Elements to add them to your Assets pane.

https://webhelp.episerver.com/17-3/addons/episerver-forms/episerver-forms.htm

#221091
Edited, Apr 13, 2020 8:40
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.