Can you use special characters in the Email SendIF comparison e.g. an email address? It works for a number or string without special characters from my testing. But it would be nice to have the user select the email as a value in the select list and send to that email.
Hi there, Is there a way to do something similar to the <xmod:select> and <case> in a form? I'm looking to show / hide an image, video or audio asset based on a [[MediaType]] column from my select statement. I am going to switch the <object> and <img> tags etc based on the type of media. Any pointers would be great!
Hi, I must do a lot of templates and forms for my web page. The design will be the same for all of them. Normally I use "New Template" and "New Form" in Control Panel. That's OK. But then I must change the the templates and forms to add some HTML/CSS statements and style rules. Is there a way that I do that with some sort of a Template and then when I use "New Template" and "New Form" the XMP use
A client recently asked for a photo quiz with 12 photos and 4 random radio button options for each. I tried an XMP template first, with a button to "edit" each record and submit an answer. I then tried a multi-page XMP form. Both were rejected because the client wanted a single form with one submit button. I was able to achieve it with an XMP form and 12 different ControlDataSource commands, each
Is it possible to keep the form up with the previous values still selected after the form has been submitted, or the new record has been added? So when "Add" is clicked, nothing changes, but the new record data is saved. I woud still want a successful add message, but the entered data/form stays up. for example if you clicked "Add" twice in a row it would add the same record data twice with out re
Good Day i´m using a xmod form (A) to store a basic item in an cart table, but at the same tabID (page) i got other xmod template (B) with the cart count. i like to know how to refresh the cart xmod template via Ajax when the form show´s the AddSuccessTemplate. Can anyone help me to reach this? Template = <xmod:Template runat="server" id="shopCart" UsePaging="True" Ajax="True"> Form = <AddSuccessT
Good day, how to make a list of checkbox on the form where the item inside <li>? i check the options on CheckBoxList and i got only 2 mean table or flow.. the flow give an span with label and input and br separator. <CheckBoxList DataField="CategoryIds" DataSourceID="CategoryOpts" DataTextField="Name" DataType="string" DataValueField="Id" ID="dCategory" SelectedItemsSeparator="," SelectionMode="Mu
I recently took over as as admin for a nonprofit organization website. I did some typical webdesign in high school (10 years ago) so I'm having to take myself back to kindergarten. I installed a form and list module on a page and imported all the data we needed via a .csv file. It looks fine and the import went well, however, the data all aligns to the left. I need help in figuring out how to cent
I have created a form. Within that form, I want to record the current/date time that a record is created. I am trying to do this with the Variable contruct. Here my declaration <Variable Name="DateTimeSubmitted" Value="{XMOD_Now}" DataType="string" /> When the form submits, it tries to insert a new reocrd in the database with the DateTimeSubmitted as one of the fields. I get an error that says the
I have a purchase suggestion form for a library and I need to verify that only folks with a library card are making suggestions. The first 5 characters of the 13+ characters are always the same. So basically I need to validate just that part of the whole string. Can I do this fairly easily?