kjac / FormEditor

A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
MIT License
99 stars 43 forks source link

Will be a porting to U8? #205

Open biapar opened 5 years ago

biapar commented 5 years ago

Will be a porting to U8?

kjac commented 5 years ago

I have no immediate plans to do so. For the time being I'm throwing my spare time into the Umbraco core.

marciogoularte commented 5 years ago

I'm porting to Umbraco 8. I wanted to contribute when I finished releasing the code

marciogoularte commented 5 years ago

I converted a good part of the code. But I'm having problems with PreValues

Umbraco.DataTypeService.GetPreValuesCollectionByDataTypeId (id); preValueDataType.PreValuesAsDictionary

do not exist anymore

I do not know how to do more, how do I go up the code and release for contribution?

marciogoularte commented 5 years ago

image ContentHelper.cs

Icarium666 commented 5 years ago

You might try going with: image Property valueList.Items should have all prevalues

marciogoularte commented 5 years ago

does not work. In v7 it is key/value. This object(ValueListItem) is Id/value. Solution is a custom configuration, I'm working on it

Icarium666 commented 5 years ago

Any progress on v8 port?

marciogoularte commented 5 years ago

I'm testing the custom configuration I made. I found some bugs but I'm fixing. I wanted to send the code I made, but not if I created another repository (my github) or sent to the owner of that one to upload it. As I have 12 years of programming, this github world is new to me, I do not know how to proceed.

I await suggestions

Icarium666 commented 5 years ago

Unfortunately, I'm not comfortable with giving advice in this regard. The only time I contributed to a project I made a fork of a project, pushed changes to it and opened pull request for the main project. https://help.github.com/en/articles/about-pull-requests

ewarudol commented 5 years ago

Hi @marciogoularte ! If you have troubles with pull requesting you can create own repo and link creators. Or try to upload ZIP to outer service and put here.

nnahmed commented 3 years ago

@marciogoularte Did you finalize it? for v8 or what is the current status. many other folks are looking for this .

met67 commented 3 years ago

@marciogoularte Any news? Do you have any public repository? Maybe we could help this effort...