AutoFormsPlus: Getting rid of the extra markup? Options
marc.stoecker
Posted: Thursday, November 22, 2007 9:14:04 PM

Rank: Enthusiast

Joined: 1/12/2007
Posts: 31
Location: Germany
Hi folks,
Casey,

maybe it is a rather dumb question, but I can't seem to figure out how to get the <ul>/<li>s or/and the fieldset removed from the markup output? I.e. I just want a simple textbox (textarea) - no ul, li, fieldset, whatever.

Here's the marco call:
Code:

<?UMBRACO_MACRO macroAlias="AutoFormPlusInput" DocumentType="7155" TabName="form" PageTabs="0" HideTabNames="1" ChooseWhereToStore="3119" EditMode="0" ShowTitle="0" TitleName="" SaveMemberAlias="EntryMemberId" ShowDescriptions="0" RequiredText="" SubmitButtonText="ok" PreviousButtonText="" NextButtonText="" TextOnSubmit="" PublishOnSubmit="1" RefreshToParent="0" RedirectToNode="1072" PublishWithUserId="" StorePropertiesInCookies=""></?UMBRACO_MACRO>


This is (part of) the markup:
Code:

<fieldset id="fs_6"><ul><li class="textboxmultiple required"><label for="AutoFormPlus_1_ItemText"><strong>Text</strong></label><textarea name="AutoFormPlus_1$ItemText" rows="10" cols="40" id="AutoFormPlus_1_ItemText" class="umbEditorTextFieldMultiple">


What am I missing?

//M



mindrevolution - applied communication science
drobar
Posted: Thursday, November 22, 2007 10:05:08 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,831
Location: MA, USA
The output from autoform plus is what it is. Just use CSS to style the ul/li to list-style:none and the fieldset to border:0, etc.

cheers,
doug.

MVP 2007-2009 - Percipient Studios
marc.stoecker
Posted: Friday, November 23, 2007 9:37:25 AM

Rank: Enthusiast

Joined: 1/12/2007
Posts: 31
Location: Germany
I see. Think I can fix the output via CSS to the desired one. Thanks douglas!

//M

mindrevolution - applied communication science
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.