Roger Orantes

Results 21 comments of Roger Orantes

I can add permissions for individual fields. This might take some time I am behind on a lot of other tasks.

Hello, Where are you trying to display the values?

Is something like this what you're looking for? https://github.com/xpertbot/craft-wheelform#displaying-existing-form-submissions You can also do specific entries using their ID in the URL and then collect it in the template and pass...

Hello @alexanderloewe, I think it's worth noting that Fields and Entries (Values) are independent from each other because a Form can be modified by the user and "new field" can...

This isn't a bad idea, this would need to be implemented on a major version release because it would required a database schema change.

I am working on a major UI rework for the plugin, that's why I have been MIA lately. but It's turning into a really big thing, so I am unsure...

I will make this a high-priority request. I am hoping to get it out quickly.

@robdove I was looking into this request, I apologize I thought it was a bug, but I am confused about how this is being used. I can modify the File...

Can you give me more details? like is multiple file fields being uploaded or just using one and expecting multiple files off that single field? Also, Can you give me...

Ok, I took a shot at this and this will be much harder than expected; because of the way Craft handles uploading files to Asset folders.... I might work on...