Hello,
I have three blocks on my join page. In one of those blocks, I need to add some HTML text to provide instructions on how to fill out the fields in that section. How can that be accomplished? I tried Deano's Block Tools, but cannot seem to make that work to my advantage here.
Thanks!
|
Here is the steps
1. go to phpmyadmin
2. open your dolphin DB
3. scroll down and open sys_page_compose
4. Go to last page
5. In the bottom click edit on your block
6. Paste your html code in the content block.
7. hit go
8. Clear your cache.
Done. enjoy..
so much to do.... |
If you're tring to add html to one of the existing blocks, which the standard blocks are Join Now, Why Join, and Logon
All 3 of those blocks are special blocks and you cannot edit them with either the page builders or my tools. They are not html or php blocks.
Insert a block above or below one of those blocks. And my tools are not needed for that. html blocks are available in the page builders. My tools can be used to edit an html block or insert an html block when javascript or iframes are needed which are normally stripped by dolphin. Otherwise the built-in html block in the page builders should be used.
So perhaps more specifics are needed. Perhaps a screen shot of what your are trying to acomplish. As it is now, your request can be done very simply by adding a html block above the join now block, which can be done right in the page builders.
https://www.deanbassett.com |
Here is the steps
1. go to phpmyadmin
2. open your dolphin DB
3. scroll down and open sys_page_compose
4. Go to last page
5. In the bottom click edit on your block
6. Paste your html code in the content block.
7. hit go
8. Clear your cache.
Done. enjoy..
I tried this, but it had no effect.
If you're tring to add html to one of the existing blocks, which the standard blocks are Join Now, Why Join, and Logon
All 3 of those blocks are special blocks and you cannot edit them with either the page builders or my tools. They are not html or php blocks.
Insert a block above or below one of those blocks. And my tools are not needed for that. html blocks are available in the page builders. My tools can be used to edit an html block or insert an html block when javascript or iframes are needed which are normally stripped by dolphin. Otherwise the built-in html block in the page builders should be used.
So perhaps more specifics are needed. Perhaps a screen shot of what your are trying to acomplish. As it is now, your request can be done very simply by adding a html block above the join now block, which can be done right in the page builders.
A screenshot is attached. All of the info you see is contained within the Join Now block, so adding an HTML block below the Join Now block would cause that HTML text (the instructions for the Custom Section) to be below the entire join form.
|
i don't think its possible in a straight way. so much to do.... |
I agree. Not possible. Not within the block. You can put a block above or below the entire join now block but not inside it.
Doing what you want will require custom modification to the function getFormJoin in the file inc/classes/BxDolProfileFields.php to insert the text you require when your custom field header is found.
https://www.deanbassett.com |
So all "Items" added to a "Fields Builder" page will be "fillable"/interactive... static items, such as text, cannot be added... right? |
it can be if you have lots of time and coding skills to add a new type for the fields. Or hire someone. so much to do.... |