Hi everyone,
When I try to use a pageflow to set a summernote textfied value from a source, I get this menu:

which doesn’t work.
On the dynamic attributes of a summernote text area, there is a dedicated section which allows to set the value correctly:

Is there a way to achieve this via a pageflow?
Many thanks!
Hey @Nathaniel,
I haven’t understand what is not working…
*by the way what is your wappler version?
I just list you here how I can set a Summernote textfield value:
-
inside my pageflow I add a Run step and click on the Summernote’s Set Value and assign the value I want
-
Now I just have to call the pageflow.run whenever is needed.
And works fine…
My apologies if I understood wrong and if you have any other problem just drop it here
Hi @famousmag,
I’m on 5.8.2 - I’m doing the same thing, except that the editor value does not get populated.
You mean that you assign the value to Summernote.value (step 5) but you don’t see it rendered in your browser page?
Let’s start from scratch…
Are you sure there is a value or it is a null?
Please output that value in a notification or somewhere in your page or check your network tab in dev tools or errors in your console